go-libp2p/examples
web3-bot 3a66ff89a1
sync: update CI config files (#2073)
* bump go.mod to Go 1.19 and run go fix

* stop using the deprecated io/ioutil package

* bump go.mod to Go 1.19 and run go fix

* bump go.mod to Go 1.19 and run go fix

* bump go.mod to Go 1.19 and run go fix

* stop using the deprecated io/ioutil package

* bump go.mod to Go 1.19 and run go fix

* stop using the deprecated io/ioutil package

* update .github/workflows/go-test.yml

* update .github/workflows/go-check.yml

* update .github/workflows/release-check.yml

* various fixes

* stop using deprecated math/rand.Read

---------

Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
2023-02-12 01:18:10 -08:00
..
chat examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
chat-with-mdns examples: connect to all peers in example mdns chat app (#1798) 2022-10-09 20:55:50 +03: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 sync: update CI config files (#2073) 2023-02-12 01:18:10 -08:00
libp2p-host chore: update examples to v0.24.0 (#1936) 2022-12-10 14:26:23 -08:00
multipro sync: update CI config files (#2073) 2023-02-12 01:18:10 -08:00
pubsub sync: update CI config files (#2073) 2023-02-12 01:18:10 -08:00
relay examples: use circuitv2 in relay example (#1795) 2022-10-09 20:32:46 +03:00
routed-echo ipfs /api/v0/id is post (#1819) 2022-10-13 09:08:58 -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 sync: update CI config files (#2073) 2023-02-12 01:18:10 -08:00
go.sum chore: update examples to v0.25.1 (#2080) 2023-02-11 13:57:03 -08: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