A Simple Golang Proof of Work Sha256 BlockChain
Principal endpoint is cmd/miner.
https://docs.google.com/presentation/d/1by3BihEaL58csgU6sT3Ty2ej4U9Rc-YXbVCvnGqIlBY/edit?usp=sharing
This project implements:
- Basic Blockchain
- Transactions UTXO
- Local Storage with SQLite
- Miner Hash SHA-256
- Wallets Managment (ECDSA)
- Signatures and balance validations
- Simple Blocks Replication