https://github.com/learnforpractice/blockchain_prototype
https://github.com/learnforpractice/blockchain_prototype
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learnforpractice/blockchain_prototype
- Owner: learnforpractice
- Created: 2017-10-14T11:28:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T02:18:02.000Z (over 8 years ago)
- Last Synced: 2024-12-29T07:26:21.774Z (over 1 year ago)
- Language: Go
- Size: 704 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain in Go
A blockchain implementation in Go, as described in these articles:
1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
3. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
4. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
5. [Addresses](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)
6. [Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/)
7. [Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/)