libp2p-i2p v0.0.2
js-libp2p-i2p
JavaScript implementation of the I2P module for libp2p. It exposes the interface-transport for dial/listen.
libp2p-tcpis a very thin shim that adds support for dialing to amultiaddr. This small shim will enable libp2p to use other different transports.
This module is in WIP and not even working, code is just from js-libp2p-tcp and need to be changed.
It was templated on js-libp2p-tcp.
Lead Maintainer
Table of Contents
Install
npm
> npm install libp2p-i2pUsage
WIP
API
Transport
Contribute
Contributions are welcome! The libp2p implementation in JavaScript is a work in progress. As such, there's a few things you can do right now to help out:
- Check out the existing issues.
- Perform code reviews.
- Add tests. There can never be enough tests.
Please be aware that all interactions related to libp2p are subject to the IPFS Code of Conduct.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2015-2016 David Dias
