⚠️ This repository has been moved to https://github.com/ipfs/go-libipfs/tree/main/routing/http.
Delegated routing Client and Server over Reframe RPC
This package provides delegated routing implementation in Go:
- Client (for IPFS nodes like Kubo),
- Server (for public indexers such as https://cid.contact)
- Go docs: https://pkg.go.dev/github.com/ipfs/go-delegated-routing
- What is Reframe? https://blog.ipfs.tech/2022-09-02-introducing-reframe/
- Reframe Specs: https://github.com/ipfs/specs/blob/main/reframe/
🦗🎶
Client and Server code can be (re-)generated via:
go generate -v ./...
Contributions are welcome! This repository is part of the IPFS project and therefore governed by our contributing guidelines.