libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
524 stars 224 forks source link

Docs or examples are needed #840

Closed phrara closed 1 year ago

phrara commented 1 year ago

Is there any specific docs of usage? Perhaps, providing some concise examples would be nice.

guillaumemichel commented 1 year ago

Some resources (although limited) are available at https://docs.ipfs.tech/concepts/dht. We acknowledge that examples are missing from the repo, which is already tracked in https://github.com/libp2p/go-libp2p-kad-dht/issues/3.

All contributions are welcome.