Is MongoDB used in blockchain?

Using MongoDB Atlas in a blockchain When a blockchain is created, each block needs to be stored in a central location so that the blockchain itself can be queried or add new blocks to the chain. MongoDB Atlas, the database-as-a-service cloud solution from MongoDB, is perfect for storing a blockchain ledger .

Read more

Is MongoDB Decentralised?

BigchainDB and MongoDB are building the core characteristics of blockchains – decentralized control , immutability and asset autonomy – on top of a mature distributed database that has a rich feature set, monitoring and backup tools that enterprises trust.

Read more

How do I save a document in blockchain?

The most efficient method is to store a document’s hash on-chain while keeping the whole document elsewhere. The document could be stored in a centralized database or on a distributed file storage system. You would put the document through a secure hash algorithm like SHA-256 and then store the hash in a block.

Read more