Registry / networking / ipfs-go-bitswap

ipfs-go-bitswap

JSON →
library0.12.0gogounverified

The IPFS block exchange protocol implementation in Go for peer-to-peer data sharing.

go get github.com/ipfs/go-bitswap
INSTALL
IMPORT
SIG · IPFS-GO-BITSWAP
I
ipfs-go-bitswap
networkinggov0.12.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.

bitswap
github.com/ipfs/go-bitswap

Initialize a new bitswap instance (requires a network and blockstore).

package main import ( "context" "github.com/ipfs/go-bitswap" ) func main() { ctx := context.Background() bs := bitswap.New(ctx, nil, nil) _ = bs }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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