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 fb9663e8aa
update go-libp2p to v0.19.0 in examples (#1409)
3 years ago
..
01-Transports remove the context from the libp2p and from the Host contructor 3 years ago
02-Multiaddrs remove the context from the libp2p and from the Host contructor 3 years ago
03-Muxing-Encryption remove the context from the libp2p and from the Host contructor 3 years ago
05-Discovery remove the context from the libp2p and from the Host contructor 3 years ago
06-Pubsub pass notifees to the mDNS constructor, add dedicated Start method 3 years ago
07-Messaging pass notifees to the mDNS constructor, add dedicated Start method 3 years ago
08-End pass notifees to the mDNS constructor, add dedicated Start method 3 years ago
README.md chore: bring examples back into repository 4 years ago
go.mod update go-libp2p to v0.19.0 in examples (#1409) 3 years ago
go.sum update go-libp2p to v0.19.0 in examples (#1409) 3 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 .