module
0.0.0-20241201115945-372d3c003f77
Repository: https://github.com/felipeagger/go-blockchain.git
Documentation: pkg.go.dev
# README
go-blockchain
A Simple Golang Proof of Work Sha256 BlockChain
Principal endpoint is cmd/miner.
Presentation
https://docs.google.com/presentation/d/1by3BihEaL58csgU6sT3Ty2ej4U9Rc-YXbVCvnGqIlBY/edit?usp=sharing
features
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
# Packages
No description provided by the author
No description provided by the author
No description provided by the author