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.
2 Answers
Answers 1
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/
Answers 2
You can get started using the Ethereum library. It has instructions on how to integrate with Rails.
0 comments:
Post a Comment