Registry / networking / ipfs-go-graphsync

ipfs-go-graphsync

JSON →
library0.18.0gogounverified

A Go implementation of the GraphSync protocol for efficient IPLD graph synchronization.

go get github.com/ipfs/go-graphsync
INSTALL
IMPORT
SIG · IPFS-GO-GRAPHSYNC
I
ipfs-go-graphsync
networkinggov0.18.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.

graphsync
github.com/ipfs/go-graphsync

Creates a new GraphSync instance.

package main import ( "fmt" "github.com/ipfs/go-graphsync" ) func main() { gs := graphsync.New(context.Background(), nil) fmt.Println(gs) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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