go-libp2p/examples/ipfs-camp-2019
Marten Seemann 3f024f703e
chore: update examples to v0.24.0 (#1936)
2022-12-10 14:26:23 -08:00
..
01-Transports remove the context from the libp2p and from the Host contructor 2021-09-18 14:06:56 +02:00
02-Multiaddrs chore: update examples to go-libp2p v0.20.0 (#1557) 2022-05-28 02:24:51 -07:00
03-Muxing-Encryption examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
05-Discovery examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
06-Pubsub examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
07-Messaging examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
08-End examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
README.md chore: bring examples back into repository 2021-05-05 10:57:48 +01:00
go.mod chore: update examples to v0.24.0 (#1936) 2022-12-10 14:26:23 -08:00
go.sum chore: update examples to v0.24.0 (#1936) 2022-12-10 14:26:23 -08:00

README.md

IPFS Camp 2019 - Course B

We've included some scaffolding to help you through the workshop. The folders in this repository are "checkpoints" of the project as we progress through the project goals. Should you get stuck at one and find yourself eager to push on, feel free to save your work and move on to the next stage!

Dependencies

Optional Tooling

If you'd like a more pleasant editing experience, VS Code's golang plugin has fantastic support for the nascent go language server implementation. I recommend saibing's fork which adds lots of useful features.

Running the Examples

All of the examples, 01-Transports through 08-End, will compile as written. To execute, simply change into the respective example's directory and run go run .