Crypton is an attempt at a crypto-currency made in golang. This project was started as not only a challange to understand and create a crypto-currency but also learn a new language and utilize it.
addblock -data BLOCK_DATA: add a block to the blockchain printchain: print all the blocks of the blockchain
Clone the repo, and run $go build main.go
. You can access the CLI commands by typing $./main **INSERT CLI COMMAND HERE**