Registry / networking / ipfs-boxo

ipfs-boxo

JSON →
library0.39.0gogounverified

A Go library providing IPFS components and utilities for building IPFS applications.

go get github.com/ipfs/boxo
INSTALL
IMPORT
SIG · IPFS-BOXO
I
ipfs-boxo
networkinggov0.39.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.

boxo
github.com/ipfs/boxo

Creates and prints an IPFS path.

package main import ( "context" "fmt" "github.com/ipfs/boxo/path" ) func main() { p, err := path.NewPath("/ipfs/QmZ4tDuMPTKeaCQg8tQjF3PZ3Cz6nKxgLqJ9z3Z3z3Z3z3") if err != nil { panic(err) } fmt.Println(p.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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