This website requires JavaScript.
Explore
Help
Sign In
interesting
/
blockchain_go
mirror of
https://github.com/Jeiwan/blockchain_go.git
Watch
1
Star
0
Fork
You've already forked blockchain_go
0
Code
Issues
Projects
Releases
Wiki
Activity
bitcoin
blockchain
cryptocurrency
golang
33
Commits
8
Branches
0
Tags
238
KiB
Go
100%
2ba0f1bfdd
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Ivan Kuznetsov
2ba0f1bfdd
Implement transactions
2017-09-03 09:20:47 +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
Implement serialization and deserialization of a block
2017-08-28 12:11:51 +07:00
blockchain.go
Add an information print when there's no blockchain
2017-08-29 16:27:33 +07:00
cli.go
Rework the CLI using 'flag'
2017-08-29 12:09:47 +07:00
main.go
Rework the CLI using 'flag'
2017-08-29 12:09:47 +07:00
proofofwork.go
Remove a comment
2017-08-24 12:20:43 +07:00
transaction.go
Implement transactions
2017-09-03 09:20:47 +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:
Basic Prototype
Proof-of-Work
Persistence and CLI