$ npm install libp2p-utils
This package serves as a central repository for shared logic and dependencies for all libp2p packages, using
libp2p-utils
helps to easily re-use small scoped blocks of logic across all libp2p modules and also as a dependency proxy (thinkaegir
for domain logic dependencies).
The libp2p ecosystem has lots of repos with it comes several problems like:
These problems are the motivation for this package, having shared logic in this package avoids creating cyclic dependencies, centralizes common use modules/functions (exactly like aegir does for the tooling), semantic versioning for 3rd party dependencies is handled in one single place (a good example is going from streams 2 to 3) and maintainers should only care about having libp2p-utils
updated.
$ npm install --save libp2p-utils
Each function should be imported directly.
const ipAndPortToMultiaddr = require('libp2p-utils/src/ip-port-to-multiaddr')
const ma = ipAndPortToMultiaddr('127.0.0.1', 9000)
You can check the API docs.
Contributions welcome. Please check out the issues.
Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.
MIT © Protocol Labs Inc.
© 2010 - cnpmjs.org x YWFE | Home | YWFE