- Added Persistence (boltdb storage)
- Added CLI
- Added PoW Validation
This commit is contained in:
2017-09-22 12:38:21 -05:00
parent 72004f2396
commit a198d9da89
6 changed files with 221 additions and 15 deletions

2
.gitignore vendored
View File

@@ -26,3 +26,5 @@ _testmain.go
# And the binary
blockchain-poc
# And the database
blockchain.db