go-libp2p/examples
Daniel Vernall 164ccd7958
examples: use circuitv2 in relay example (#1795)
* Updated relay example to use circuit-v2

* fixed incorrect import

* updated test fixture

* upgrade dependencies

* merged upstream

* Implemented suggested changes in upstream PR

* Implemented suggested changes in upstream PR
2022-10-09 20:32:46 +03:00
..
chat examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
chat-with-mdns examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
chat-with-rendezvous examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
echo examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
http-proxy examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
ipfs-camp-2019 examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
libp2p-host examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
multipro examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
pubsub examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
relay examples: use circuitv2 in relay example (#1795) 2022-10-09 20:32:46 +03:00
routed-echo examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
testutils chore: fix staticcheck errors 2021-05-07 18:43:57 -07:00
README.md doc(examples): remove unecessary header info 2021-05-12 10:16:03 -07:00
go.mod examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
go.sum examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00

README.md

go-libp2p examples and tutorials

In this folder, you can find a variety of examples to help you get started in using go-libp2p. Every example as a specific purpose and some of each incorporate a full tutorial that you can follow through, helping you expand your knowledge about libp2p and p2p networks in general.

Let us know if you find any issue or if you want to contribute and add a new tutorial, feel welcome to submit a pr, thank you!

Examples and Tutorials

For js-libp2p examples, check https://github.com/libp2p/js-libp2p/tree/master/examples