Tuesday, January 31, 2017

Blockchain decentralised database on rails

Leave a Comment

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.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment