mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete * 2.1.0 main node rollup |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| main_test.go | ||
| main.go | ||
| README.md | ||
Relay-based P2P Communication Example
Overview
This project demonstrates the setup of a relay-based peer-to-peer communication using the libp2p library in Go. It features creating unreachable libp2p hosts and facilitating their communication through a relay node.
Features
- Creation of two "unreachable" libp2p hosts.
- Setup of a relay node to enable communication between these hosts.
Usage
Run the program
go run .