Go to file
Ivan Kuznetsov 54b6c07b6c Add an information print when there's no blockchain 2017-08-29 16:27:33 +07:00
.gitignore Add .gitignore 2017-08-28 16:28:59 +07:00
README.md Add README 2017-08-27 08:17:57 +07:00
block.go Implement serialization and deserialization of a block 2017-08-28 12:11:51 +07:00
blockchain.go Add an information print when there's no blockchain 2017-08-29 16:27:33 +07:00
cli.go Rework the CLI using 'flag' 2017-08-29 12:09:47 +07:00
main.go Rework the CLI using 'flag' 2017-08-29 12:09:47 +07:00
proofofwork.go Remove a comment 2017-08-24 12:20:43 +07:00
utils.go Clean up and refactor proofofwork.go 2017-08-21 21:06:52 +07:00

README.md

Blockchain in Go

A blockchain implementation in Go, as described in these articles:

  1. Basic Prototype
  2. Proof-of-Work