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.
Marten Seemann 9712390c6f
chore: update examples to v0.26.0 (#2134)
2 years ago
..
01-Transports remove the context from the libp2p and from the Host contructor 3 years ago
02-Multiaddrs chore: update examples to go-libp2p v0.20.0 (#1557) 2 years ago
03-Muxing-Encryption examples: update go-libp2p to v0.23.x (#1803) 2 years ago
05-Discovery chore: update examples to v0.25.1 (#2080) 2 years ago
06-Pubsub chore: update examples to v0.25.1 (#2080) 2 years ago
07-Messaging sync: update CI config files (#2073) 2 years ago
08-End sync: update CI config files (#2073) 2 years ago
README.md chore: bring examples back into repository 4 years ago
go.mod chore: update examples to v0.26.0 (#2134) 2 years ago
go.sum chore: update examples to v0.26.0 (#2134) 2 years 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 .