ceremonyclient/go-libp2p/examples/ipfs-camp-2019
2023-08-20 23:07:43 -05: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 Launch readiness: import utility 2023-08-20 23:07:43 -05:00
06-Pubsub Launch readiness: import utility 2023-08-20 23:07:43 -05:00
07-Messaging Launch readiness: import utility 2023-08-20 23:07:43 -05:00
08-End Launch readiness: import utility 2023-08-20 23:07:43 -05:00
go.mod Launch readiness: import utility 2023-08-20 23:07:43 -05:00
go.sum Launch readiness: import utility 2023-08-20 23:07:43 -05: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 .