Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jeiwan/blockchain_go
A simplified blockchain implementation in Golang
https://github.com/Jeiwan/blockchain_go
bitcoin blockchain cryptocurrency golang
Last synced: 7 days ago
JSON representation
A simplified blockchain implementation in Golang
- Host: GitHub
- URL: https://github.com/Jeiwan/blockchain_go
- Owner: Jeiwan
- Created: 2017-08-15T07:03:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T18:03:44.000Z (5 months ago)
- Last Synced: 2024-10-29T14:53:19.005Z (10 days ago)
- Topics: bitcoin, blockchain, cryptocurrency, golang
- Language: Go
- Size: 85.9 KB
- Stars: 4,136
- Watchers: 180
- Forks: 1,165
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - Jeiwan/blockchain_go - A simplified blockchain implementation in Golang (Go)
- awesome-starts - Jeiwan/blockchain_go - A simplified blockchain implementation in Golang (Go)
- StarryDivineSky - Jeiwan/blockchain_go
README
# Blockchain in Go
A blockchain implementation in Go, as described in these articles:
1. [Basic Prototype](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)
2. [Proof-of-Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/)
3. [Persistence and CLI](https://jeiwan.net/posts/building-blockchain-in-go-part-3/)
4. [Transactions 1](https://jeiwan.net/posts/building-blockchain-in-go-part-4/)
5. [Addresses](https://jeiwan.net/posts/building-blockchain-in-go-part-5/)
6. [Transactions 2](https://jeiwan.net/posts/building-blockchain-in-go-part-6/)
7. [Network](https://jeiwan.net/posts/building-blockchain-in-go-part-7/)