Package Usage: go: github.com/lazyledger/go-ipfs
IPFS is a global, versioned, peer-to-peer filesystem
There are sub-packages within the ipfs package for various low-level
utilities, which are in turn assembled into:
core/...:
shell/...:
Then on top of the core/... and shell/... Go APIs, we have:
cmd/...:
test/...:
To avoid cyclic imports, imports should never pull in higher-level
APIs into a lower-level package. For example, you could import all of
core and shell from cmd/... or test/..., but you couldn't import any
of shell from core/....
108 versions
Latest release: over 4 years ago
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/lazyledger/go-ipfs
Dependent Repos 1
celestiaorg/dht-bootstrap-experiment
spin up a devnet on DO quicklySize: 121 MB - Last synced: about 1 month ago - Pushed: 5 months ago
