Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blockchain decentralised database on rails [closed]

I want to store the data of my rails application on a blockchain technology where data is decentralised. any quick tutorials or reference articles from where I can learn how to do so?

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

And any reliable blockchain as a service people like heroku for rails to get started?

Thanks.

like image 655
Ninja Boy Avatar asked Oct 29 '22 17:10

Ninja Boy


1 Answers

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

like image 191
Karthik P R Avatar answered Nov 11 '22 21:11

Karthik P R