Proof of Concept Blockchain Implementation Written in Go BoltDB Back-end
Go to file
Brian Buller a198d9da89 Step 3
- Added Persistence (boltdb storage)
- Added CLI
- Added PoW Validation
2017-09-22 12:38:21 -05:00
.gitignore Step 3 2017-09-22 12:38:21 -05:00
README.md Initial commit 2017-09-22 11:17:20 -05:00
block.go Step 3 2017-09-22 12:38:21 -05:00
blockchain.go Step 3 2017-09-22 12:38:21 -05:00
cli.go Step 3 2017-09-22 12:38:21 -05:00
main.go Step 3 2017-09-22 12:38:21 -05:00
proof.go Step 3 2017-09-22 12:38:21 -05:00
utils.go Step 2: 2017-09-22 11:48:05 -05:00

README.md

blockchain-poc

Proof of Concept Blockchain Implementation Written in Go BoltDB Back-end