Proof of Concept Blockchain Implementation Written in Go BoltDB Back-end
Go to file
Brian Buller 3d8e28a725 Step 4
- Transactions
2017-09-22 14:22:11 -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 4 2017-09-22 14:22:11 -05:00
blockchain.go Step 4 2017-09-22 14:22:11 -05:00
cli.go Step 4 2017-09-22 14:22:11 -05:00
main.go Step 4 2017-09-22 14:22:11 -05:00
proof.go Step 4 2017-09-22 14:22:11 -05:00
transaction.go Step 4 2017-09-22 14:22:11 -05:00
utils.go Step 4 2017-09-22 14:22:11 -05:00

README.md

blockchain-poc

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