ceremonyclient/go-libp2p/examples/ipfs-camp-2019
Cassie Heart ebb31fd792 v1.4.19
2024-06-08 11:32:45 +00:00
..
01-Transports Launch readiness: import utility 2023-08-20 23:07:43 -05:00
02-Multiaddrs Launch readiness: import utility 2023-08-20 23:07:43 -05:00
03-Muxing-Encryption Launch readiness: import utility 2023-08-20 23:07:43 -05:00
05-Discovery v1.4.19 2024-06-08 11:32:45 +00:00
06-Pubsub v1.4.19 2024-06-08 11:32:45 +00:00
07-Messaging v1.4.19 2024-06-08 11:32:45 +00:00
08-End v1.4.19 2024-06-08 11:32:45 +00:00
go.mod v1.4.19 2024-06-08 11:32:45 +00:00
go.sum v1.4.19 2024-06-08 11:32:45 +00:00
README.md Launch readiness: import utility 2023-08-20 23:07:43 -05:00

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 .