Python database for a public blockchain



This content originally appeared on DEV Community and was authored by Keven Boudreau

Hello guys, I’m currently building my own public blockchain in Python and I need to store block and it’s data into a decentralized database “like nodes”. But I don’t find any service or python library offering this service.

If anyone can helped me, I would be really thankful.

Thank you in advance for your help.


This content originally appeared on DEV Community and was authored by Keven Boudreau