Messing around with blockchains using Go language!
Clone this repo using:
git clone https://github.com/avivk9/BlueBlocksThen Change dir to this repo and type:
go buildNow you will have "BlueBlocks.exe" file.
Adding a new block:
.\BlueBlocks.exe addblock -data "{enter your block's data}"Printing the Blockchain:
.\BlueBlocks.exe printchainnote: based on https://jeiwan.net/ Building Blockchain in Go tutorials