@dustil/ipfs-topology
v2.9.7
Published
Setup IPFS topology right
Downloads
18
Readme
Ceramic topology
Bootstrap IPFS topology for Ceramic network
Getting started
Installation
$ npm install @ceramicnetwork/ipfs-topology
Usage
See the ceramic developer site for more details about how to use this package.
import {IpfsTopology} from "@dustil/ipfs-topology";
const topology = new IpfsTopology(ipfs, networkName)
// Sets up topology right away, and set it periodically
await topology.start()
Contributing
We are happy to accept small and large contributions. Make sure to check out the Ceramic specifications for details of how the protocol works.
License
Apache-2.0 or MIT