Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwest951227/blockchainingo

A simplified blockchain in Go
https://github.com/jwest951227/blockchainingo

bitcoin blockchain golang hashing

Last synced: 2 days ago
JSON representation

A simplified blockchain in Go

Awesome Lists containing this project

README

        




Building blockchain in Go


A simplified blockchain implemented in Golang.


## About The Project

### Built With

- [Golang](https://go.dev/)
- [BoltDB](https://github.com/boltdb/bolt)

## Roadmap

- [x] [Basic prototype](https://edwinho.online/blog/blockchain-in-go/part-1)
- [x] [Proof-of-Work](https://edwinho.online/blog/blockchain-in-go/part-2)
- [x] [Persistence & CLI](https://edwinho.online/blog/blockchain-in-go/part-3)
- [x] [Transaction 1](https://edwinho.online/blog/blockchain-in-go/part-4)
- [x] [Addresses](https://edwinho.online/blog/blockchain-in-go/part-5)
- [ ] Transaction 2
- [ ] Network

## Acknowledgments

- [Blockchain in Go](https://github.com/Jeiwan/blockchain_go)