Naive implementation of bitcoin in Go, using bitcoin whitepaper.
There is to binaries, a CLI and a network node. To build them:
$ make install
$ bitcoin-cli help
$ bitcoin-node help
Generate a key:
$ bitcoin-cli generate-key secret.key
Then start the node:
$ bitcoin-node run --key secret.key --workdir /tmp/