Registry / networking / ipfs-go-ipld-format

ipfs-go-ipld-format

JSON →
library0.6.3gogounverified

Defines the IPLD (InterPlanetary Linked Data) format interfaces and types used in the IPFS ecosystem.

go get github.com/ipfs/go-ipld-format
INSTALL
IMPORT
SIG · IPFS-GO-IPLD-FORMA
I
ipfs-go-ipld-format
networkinggov0.6.3
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.

format
github.com/ipfs/go-ipld-format

Creates an IPLD node with raw data and prints its CID.

package main import ( "fmt" "github.com/ipfs/go-ipld-format" ) func main() { // Example: create a basic node node := format.NodeWithData([]byte("hello")) fmt.Printf("Node CID: %s\n", node.Cid()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ipfs-go-ipld-format — go get ipfs-go-ipld-format · libregistry