0.4.1 • Published 3 years ago

interop-libp2p v0.4.1

Weekly downloads
377
License
MIT
Repository
github
Last release
3 years ago

Interoperability Tests for libp2p

npm.io npm.io npm.io Discourse posts

Interoperability tests for libp2p Implementations

This repository will be used for interop tests.

Lead Maintainer

Vasco Santos

Usage

Install

> git clone git@github.com:libp2p/interop.git
> cd interop
> npm install

Run the tests

> npm test

Testing local daemons

It is possible to test local versions of the go and js daemons exporting the respective path before running the tests.

Specifying the go-libp2p daemon See the go-libp2p-daemon install instructions for building the local binary.

$ LIBP2P_GO_BIN=$GOPATH/bin/p2pd npm run test

Specifying the js-libp2p daemon From the js-libp2p-daemon local repo checkout you can perform an npm link to create a binary, jsp2pd in the global npm space.

$ LIBP2P_JS_BIN=$(which jsp2pd) npm run test

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

npm.io

License

MIT

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago