Go to file
Ivan Kuznetsov 751d791399 Implement 'createblockchain' command 2017-09-03 11:17:10 +07:00
.gitignore Add .gitignore 2017-08-28 16:28:59 +07:00
README.md Update README 2017-08-29 16:29:19 +07:00
block.go Improve block transactions hashing 2017-09-03 09:56:14 +07:00
blockchain.go Implement 'createblockchain' command 2017-09-03 11:17:10 +07:00
cli.go Implement 'createblockchain' command 2017-09-03 11:17:10 +07:00
main.go Implement 'createblockchain' command 2017-09-03 11:17:10 +07:00
proofofwork.go Improve block transactions hashing 2017-09-03 09:56:14 +07:00
transaction.go Implement Blockchain.FindUTXOs 2017-09-03 10:41:45 +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
  3. Persistence and CLI