Go to file
Ivan Kuznetsov 6941c5f32e Replace 'addblock' command with 'spend' 2017-09-03 10:05:18 +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 Fix blocks adding to the blockchain 2017-09-03 09:56:43 +07:00
cli.go Replace 'addblock' command with 'spend' 2017-09-03 10:05:18 +07:00
main.go Rework the CLI using 'flag' 2017-08-29 12:09:47 +07:00
proofofwork.go Improve block transactions hashing 2017-09-03 09:56:14 +07:00
transaction.go Integrate transactions into the blockchain 2017-09-03 09:45:49 +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