Package Exports
- @ceramicnetwork/ipfs-topology
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ceramicnetwork/ipfs-topology) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ceramic topology
Bootstrap IPFS topology for Ceramic network
Getting started
Installation
$ npm install @ceramicnetwork/ipfs-topologyUsage
See the ceramic developer site for more details about how to use this package.
import {IpfsTopology} from "@ceramicnetwork/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