Skip to content

build a simple blockchain that shows the fundamental concepts of the blockchain data structure used by many blockchain apps like Bitcoin.

Notifications You must be signed in to change notification settings

xt0fer/Baby-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baby-Blockchain

build a simple blockchain that shows the fundamental concepts of the blockchain data structure used by many blockchain apps like Bitcoin.

the Big Idea

a blockchain is a data structure where information is stored in a relatively new kind way.

The basic concept of blockchain is quite simple: a distributed database that maintains a continuously growing list of ordered records. However, it is easy to get mixed up as usually when we talk about blockchains we also talk about the problems we are trying to solve with them. This is the case in the popular blockchain-based projects such as Bitcoin and Ethereum . The term “blockchain” is usually strongly tied to concepts like transactions, smart contracts or cryptocurrencies.

demo at https://anders.com/blockchain/

About

build a simple blockchain that shows the fundamental concepts of the blockchain data structure used by many blockchain apps like Bitcoin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages