Skip to content

Learning to code and understand the mechanics of blockchain concept

License

Notifications You must be signed in to change notification settings

CuongVnZ/simple-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple blockchain

A blockchain is a type of distributed ledger or decentralized database that maintains a continuously growing list of records, called blocks, which are linked and secured using cryptography. Each block typically contains a cryptographic hash of the previous block, a timestamp, and transaction data. By design, blockchains are inherently resistant to modification of the data, and serve as an open, distributed ledger that can record transactions between two parties efficiently and in a verifiable and permanent way.

About

Learning to code and understand the mechanics of blockchain concept

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages