Proof of Concept Blockchain Implementation Written in Go BoltDB Back-end
Go to file
Brian Buller 08369bae29 Part 5
- Addresses
  - Create Wallets
  - Verify addresses
  - Require addresses for transactions
2017-09-25 15:58:17 -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 Part 5 2017-09-25 15:58:17 -05:00
blockchain.go Part 5 2017-09-25 15:58:17 -05:00
cli.go Part 5 2017-09-25 15:58:17 -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 Part 5 2017-09-25 15:58:17 -05:00
transaction_input.go Part 5 2017-09-25 15:58:17 -05:00
transaction_output.go Part 5 2017-09-25 15:58:17 -05:00
utils.go Part 5 2017-09-25 15:58:17 -05:00
wallet.dat Part 5 2017-09-25 15:58:17 -05:00
wallet.go Part 5 2017-09-25 15:58:17 -05:00
wallets.go Part 5 2017-09-25 15:58:17 -05:00

README.md

blockchain-poc

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