0.3.1 • Published 2 years ago

libp2p-topology v0.3.1

Weekly downloads
-
License
(Apache-2.0 OR MI...
Repository
github
Last release
2 years ago

libp2p-topology

Contains an implementation of the Topology interface

Table of contents

Usage

npm i libp2p-connection
import { Topology } from 'libp2p-topology'
import { MulticodecTopology } from 'libp2p-topology/multicodec-topology'

const topology = new Topology({ ... })
const multicodecTopology = new MulticodecTopology({ ... })

Contribute

The libp2p implementation in JavaScript is a work in progress. As such, there are a few things you can do right now to help out:

  • Go through the modules and check out existing issues. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
  • Perform code reviews. More eyes will help a) speed the project along b) ensure quality and c) reduce possible future bugs.
  • Add tests. There can never be enough tests.

License

Apache-2.0 or MIT © Protocol Labs

0.3.0

2 years ago

0.2.0

2 years ago

0.3.1

2 years ago

0.1.0

2 years ago

0.0.0

3 years ago