Peer to peer workshops to introduce students to peer-to-peer technologies and notions.
In each directory you will find a README
explaining the purpose of the Workshop, and a SETUP
if needed.
Workshop 1 - libp2p and golang
Create your own p2p network using libp2p and the golang language.
You will :
- Use libp2p to create a host.
- Use multiaddresses to connect two nodes.
- Connect more nodes using discovery.
- Exchange data between nodes.