Go Blockchain
Go Blockchain is a blockchain implementation written in Go. This project aims to provide a simple and educational blockchain framework that can be used for learning and experimentation.
- Basic blockchain structure
- Transaction handling
- Network communication between nodes
To install the project, clone the repository and build the project using Go:
git clone https://github.com/Simon-Busch/go__blockchain.git
cd go__blockchain
go build
To start a node, run the following command:
make run
This project is still in progress. Some features may not be fully implemented or may contain bugs. Please use it for educational purposes and experimentation.
Still working on syncing up the nodes
Credit goes to https://x.com/anthdm as well