/BlueBlocks

messing around with blockchains using go

Primary LanguageGoMIT LicenseMIT

BlueBlock

Messing around with blockchains using Go language!

How To Run:

Clone this repo using:

git clone https://github.com/avivk9/BlueBlocks

Then Change dir to this repo and type:

go build

Now you will have "BlueBlocks.exe" file.

Usage:

Adding a new block:

.\BlueBlocks.exe addblock -data "{enter your block's data}"

Printing the Blockchain:

.\BlueBlocks.exe printchain

note: based on https://jeiwan.net/ Building Blockchain in Go tutorials