/go-blockchain

blockchain implementation without network

Primary LanguageGo

My blockchain implementation in go

wakatime

Pretty useless because I didn't implement the network

but maybe someday I will

How to use:

git clone https://github.com/soqet/go-blockchain.git
cd go-blockchain
make build
cd builds

On windows:

./main.exe help

On other systems:

./main.out help

TODO:

  • p2p network
  • better cli