go-libp2p-examples
go-libp2p-examples copied to clipboard
Example libp2p applications
It's time to fix the libp2p examples for a better experience for newcomers to libp2p. This PR fixes all examples OTHER THAN those in `ipfs-camp-2019`. Tests will be added in...
The current host example doesn't default to becoming a self-sustaining DHT mesh. It would be useful to add an example using the `Dual` DHT from `go-libp2p-kad-dht` to demonstrate that configuration.
I would like to help fix some of the examples with this repo, however it's been a long time since the last PR got merged. I'm worried if I submit...
Hi, I am noob to libp2p. I am trying to figure out how to setup a peer-to-peer network for a blockchain. During my exploration I came across go libp2p examples...
I was trying out the examples and it panics at the following line with the error protocol not supported. `stream, err := node.NewStream(ctx, peer.ID, protocol.ID("/plaintext/2.0.0"))` I tried the one mentioned...
Hi, The example code references ipfs nodes for bootstrap peers. Are those "stable"? Can developers use them in their own projects? How to set up our own? Thanks?
I try to run two different terminal windows with the example of chat-with-mdns, but failed to connect with each other. I don't know something I have not configure will on...
Hi, Thanks for all the examples. They help a lot. I am running into an issue where I am trying to run the `chat-with-rendezvous` examples on 2 machines. Both machines...
credit to @Stebalien for a nice description. ### NAT Traversal w/ TURN-like protocol The almost-always works answer is: 1. Enable the circuit relay protocol (the EnableRelay option). 2. Pick some...
Code fix: - Avoid confusion between the event definition of definite http request processor and proxy service