Edit the function NewBlockchain: 1.delete the parameter of the function,the parameter is not used. 2.fix the description of the function,the description is not right. |
||
---|---|---|
.gitignore | ||
README.md | ||
block.go | ||
blockchain.go | ||
cli.go | ||
main.go | ||
proofofwork.go | ||
transaction.go | ||
utils.go |
README.md
Blockchain in Go
A blockchain implementation in Go, as described in these articles: