victorb / interop

Interoperability tests for IPFS Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interoperability Tests for IPFS

standard-readme compliant circle travis appveyor

Interoperability tests for IPFS Implementations

This repository will be used for interop tests. Please jump into the issues if you'd like to help out setting this up!

Usage

Install

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

Run the tests

> npm test

Test with a non yet released version of js-ipfs

# Do the steps in the install section, then
> cd ..
> git clone git@github.com:ipfs/js-ipfs.git
> cd js-ipfs
> npm install
> npm link
> cd ../interop
> npm link ipfs
> npm test

Test with a non yet released version of go-ipfs

> Do the steps in the install section, then
> IPFS_EXEC=<path to the go-ipfs version you want to try> npm test

Contribute

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

This repository falls under the IPFS Code of Conduct.

License

MIT

About

Interoperability tests for IPFS Implementations

License:MIT License


Languages

Language:JavaScript 99.9%Language:Groovy 0.1%