Skip to content

Golang Blockchain Implementation (WIP)

Notifications You must be signed in to change notification settings

alanvivona/goblockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1ae9b7 · Aug 18, 2020

History

3 Commits
Aug 18, 2020
Aug 18, 2020
Jul 22, 2020
Aug 18, 2020
Aug 18, 2020
Aug 18, 2020
Aug 18, 2020

Repository files navigation

goblockchain

Simple Golang Blockchain Implementation

Build

go build .

Usage

Show options:

./blockchaingo -h

To fetch the last block from the blockchain use any of the following:

./blockchaingo
./blockchaingo -list-last
./blockchaingo -ll

To list all blocks in the blockchain use any of the following:

./blockchaingo -list-all
./blockchaingo -la

To add a block use any of the following:

./blockchaingo -add "Block message"
./blockchaingo -a "Block message"

Releases

No releases published

Packages

No packages published

Languages