JSPM

@ceramicnetwork/ipfs-topology

6.4.1-rc.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1293
  • Score
    100M100P100Q128976F
  • License (Apache-2.0 OR MIT)

Setup IPFS topology right

Package Exports

  • @ceramicnetwork/ipfs-topology

Readme

Ceramic topology

ceramicnetwork MIT license Twitter

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 "@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