This repository contains the Go-based networking layer for YogaChain, including:
- Real-time node communication via WebSocket.
- REST APIs for staking and governance.
- CLI tools for node management.
- Install Go:
https://golang.org/doc/install - Clone this repo:
git clone https://github.com/YogaChain/networking.git - Build:
go build -o yogachain-networking .
Please read CONTRIBUTING.md for details on how to contribute.