soqet / go-blockchain

blockchain implementation without network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

blockchain implementation without network


Languages

Language:Go 99.1%Language:Makefile 0.9%