//
pkg.gl
Category
github.com/nguyenhoaiphuong/go-web-dev
027_Blockchain
part_1
package
0.0.0-20210426105106-098cde10e9b5
Repository:
https://github.com/nguyenhoaiphuong/go-web-dev.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
54 SLOC
#
README
Building Blockchain in go part 1 - Basic Prototype
Reference
https://jeiwan.net/posts/building-blockchain-in-go-part-1/
#
Functions
NewBlock
NewBlock creates and returns Block.
NewBlockchain
NewBlockchain creates a new Blockchain with genesis Block.
NewGenesisBlock
NewGenesisBlock creates and returns genesis Block.
#
Structs
Block
Block struct.
Blockchain
Blockchain keeps a sequence of Blocks.