Blockchain decentralised database on rails

0 votes
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 a blockchain and I want to use any external service also could anyone suggest any reliable blockchain for service people like Heroku for rails to get started?

Thanks.
Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
372 views

1 answer to this question.

0 votes

You have to 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. The link shared below should be helpful for you. https://www.sitepoint.com/managing-data-storage-with-blockchain-and-bigchaindb/

answered Apr 6, 2022 by Aditya
• 7,680 points

Related Questions In Blockchain

+1 vote
1 answer
+1 vote
3 answers

Is it possible to store data about arbitrary objects on the blockchain using smart contracts?

Basically you implement requested logic on by ...READ MORE

answered Aug 30, 2018 in Blockchain by Artem
1,345 views
+4 votes
5 answers

How is Blockchain a distributed database?

Think of blockchain as a relatively slow, ...READ MORE

answered Mar 26, 2018 in Blockchain by Christine
• 15,790 points
1,399 views
+4 votes
3 answers

What type of database is blockchain?

Blockchain is a distributed database. what makes ...READ MORE