package
0.0.0-20210426105106-098cde10e9b5
Repository: https://github.com/nguyenhoaiphuong/go-web-dev.git
Documentation: pkg.go.dev

# README

Building Blockchain in go part 1 - Basic Prototype

Reference

# Functions

NewBlock creates and returns Block.
NewBlockchain creates a new Blockchain with genesis Block.
NewGenesisBlock creates and returns genesis Block.

# Structs

Block struct.
Blockchain keeps a sequence of Blocks.