Registry / networking / ipfs-go-delegated-routing

ipfs-go-delegated-routing

JSON →
library0.8.0gogounverified

Go implementation of IPFS delegated routing for content and peer discovery.

go get github.com/ipfs/go-delegated-routing
INSTALL
IMPORT
SIG · IPFS-GO-DELEGATED-
I
ipfs-go-delegated-routing
networkinggov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

delegatedrouting
github.com/ipfs/go-delegated-routing

Create a delegated routing client and find providers for a CID.

package main import ( "context" "fmt" "github.com/ipfs/go-delegated-routing/client" ) func main() { c, err := client.NewHTTPClient("http://example.com/routing/v1") if err != nil { panic(err) } providers, err := c.FindProviders(context.Background(), "Qm...") if err != nil { panic(err) } fmt.Println(providers) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
ipfs-go-delegated-routing — go get ipfs-go-delegated-routing · libregistry