Building a P2P blockchain from the ground up in Go. This project includes core concepts including a modular architecture, dynamic peer discovery, and a practical implementation of the PBFT consensus algorithm.
A P2P blockchain framework in Go, built from scratch. Features a hybrid modular architecture (VM + Native Modules) and pluggable with registry