Decentralized Rail Blockchain Database

I want to save the data of my rails application in blockchain technology, where the data is decentralized. any quick guides or help articles how can I learn this?

I want to store JSON data inside a blockchain, and I want to use any external service.

And any reliable blockchain, as a service that likes a hero for rails?

Thanks.

+5
source share
1 answer

You must handle this with a database setup. Go through this document https://www.bigchaindb.com/whitepaper/bigchaindb-whitepaper.pdf . Also see how this is done with python. Think it would be helpful https://www.sitepoint.com/managing-data-storage-with-blockchain-and-bigchaindb/

+2
source

Source: https://habr.com/ru/post/1259656/


All Articles