Skip to content

⛓ This project a starter of Implementing a basic blockchain, Implementing proof-of-work, Transactions & mining rewards

License

Notifications You must be signed in to change notification settings

chorakchi/tiny-blockchain-in-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-blockchain-in-JavaScript

This project a starter of Implementing a basic blockchain, Implementing proof-of-work, Transactions & mining rewards

Blockchain Structure

Blockchains are built through a combination of linked lists and merkle trees. The linked list structure allows for the chain to continually build on top of itself and is where the name blockchain derives from. A blockchain is literally a chain of blocks linked to one another through the linked list structure. One thing to note however, is that instead of holding a traditional pointer to refer to the previous block, it uses the hash of the previous block to refer to it.

About

⛓ This project a starter of Implementing a basic blockchain, Implementing proof-of-work, Transactions & mining rewards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published