most of the articles cited Blockchain as a distributed database. Does it mean we can store any type of data in blockchain like audio, video ,pdf?
标签:
blockchain
相关问题
- Send Raw Transaction Ethereum infura nodejs npm
- Hyperledger fabcar sample fabric showing connect f
- How do you convert between Substrate specific type
- Hyperledger Fabric v0.6, set up network (additiona
- how to invoke chaincode function from itself to re
相关文章
- Hyperledger transaction verification
- Hyperledger fabric's ChannelCreationPolicy
- How to efficiently hash (SHA 256) in golang data w
- ltdl.h Not found error while building chaincode
- Private blockchains Vs Hashgraph, Ripple, BigChain
- How can the transaction certificates in Hyperledge
- Can blockchain be stored in SQL or even noSQL data
- Get token balance with Ethereum RPC?
A blockchain is just a data structure that is composed of blocks.These blocks form a chain. This is a distributed ledger, which means that every "node" or computer in the network has a copy of the ledger.
Blockchain technology is based on the following concepts-
If you would like to understand Blockchain using through hands-on exercises, please go to http://proficientblog.com/blockchain/