Registry / networking / ipfs-go-namesys

ipfs-go-namesys

JSON →
library0.7.1gogounverified

Defines Resolver and Publisher interfaces for IPNS paths, supporting peer IDs and DNSLink.

go get github.com/ipfs/go-namesys
INSTALL
IMPORT
SIG · IPFS-GO-NAMESYS
I
ipfs-go-namesys
networkinggov0.7.1
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.

namesys
github.com/ipfs/go-namesys

Resolves an IPNS name to an IPFS path.

package main import ( "context" "fmt" "github.com/ipfs/go-namesys" ) func main() { resolver := namesys.NewNameSystem(nil, nil) path, err := resolver.Resolve(context.Background(), "/ipns/example.com") if err != nil { panic(err) } fmt.Println(path) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ipfs-go-namesys — go get ipfs-go-namesys · libregistry