Blockchain following https://jeiwan.cc/posts/building-blockchain-in-go-part-1/
Make sure to run dep ensure
TODO
- Issue with tx.Verify
If you are implementing a bitcoin wallet, it should be built as a HD wallet, with a seed encoded as mnemonic code for backup, following the BIP-32, BIP-39, BIP-43, and BIP-44 standards, as described in the following sections. -- https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch05.asciidoc