sleagon / simplest-blockchain

The simplest blockchain written in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Simplest BlockChain Demo written in golang

This demo implement a extremely simple blockchain, which show the basical principle of blockchain. If you are interested in blockchain but have no idea how it works, just look through this demo.

Notice

The blockchain in real world is very complex, for example scaling and consistency. Just feel free to make any change to this code, enjoy your journey of digging into blockchain world ๐Ÿ˜๐Ÿ˜๐Ÿ˜.

About

The simplest blockchain written in golang.

License:MIT License


Languages

Language:Go 100.0%