You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sukun fc1c9f5d4e
chore: update examples to v0.32 (#2626)
1 year ago
..
01-Transports examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
02-Multiaddrs examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
03-Muxing-Encryption examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
05-Discovery examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
06-Pubsub examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
07-Messaging examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
08-End examples: update go-libp2p to v0.30.0 (#2507) 1 year ago
README.md chore: bring examples back into repository 4 years ago
go.mod chore: update examples to v0.32 (#2626) 1 year ago
go.sum chore: update examples to v0.32 (#2626) 1 year ago

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 .