New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

interop-libp2p

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interop-libp2p

Interoperability Tests for libp2p

  • 0.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by166.67%
Maintainers
2
Weekly downloads
 
Created
Source

Interoperability Tests for libp2p

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.

License

MIT

Keywords

FAQs

Package last updated on 23 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc