JSPM

@ceramicnetwork/ipfs-topology

1.1.20-rc.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 505
  • Score
    100M100P100Q122455F
  • License (Apache-2.0 OR MIT)

Setup IPFS topology right

Package Exports

  • @ceramicnetwork/ipfs-topology
  • @ceramicnetwork/ipfs-topology/lib/index.js

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-topology

Usage

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