{"id":53783,"library":"ipfs-go-delegated-routing","title":"Go Delegated Routing","description":"Go implementation of IPFS delegated routing for content and peer discovery.","status":"active","version":"0.8.0","language":"go","source_language":null,"source_url":"https://github.com/ipfs/go-delegated-routing","tags":["ipfs","routing","delegated","p2p","content-discovery"],"install":[{"cmd":"go get github.com/ipfs/go-delegated-routing","lang":"bash","label":"Install github.com/ipfs/go-delegated-routing"}],"dependencies":[],"imports":[{"symbol":"delegatedrouting","correct":"github.com/ipfs/go-delegated-routing"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/ipfs/go-delegated-routing/client\"\n)\n\nfunc main() {\n\tc, err := client.NewHTTPClient(\"http://example.com/routing/v1\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tproviders, err := c.FindProviders(context.Background(), \"Qm...\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(providers)\n}","lang":"go","description":"Create a delegated routing client and find providers for a CID."},"warnings":[],"env_vars":null,"search_vec":"'content':11,20 'content-discoveri':19 'deleg':2,8,17 'discoveri':14,21 'go':1,4 'implement':5 'ipf':7,15 'p2p':18 'peer':13 'rout':3,9,16","created_at":"2026-06-15T07:55:01.745654+00:00","updated_at":"2026-06-15T07:55:01.745654+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ipfs/go-delegated-routing","github":"https://github.com/ipfs/go-delegated-routing","docs":"https://pkg.go.dev/github.com/ipfs/go-delegated-routing#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}