orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

How can I test orbit with latest js-ipfs? #206

Closed daviddias closed 4 years ago

daviddias commented 7 years ago

Would love to be able to make orbit, orbit-db and ipfs-log testable without too much configuration, as easy as:

> git clone git@github.com/ipfs/{orbit, orbit-db, ipfs-log} && \
> npm install && \
> npm link {ipfs, ipfs-api} && \
> npm run {test, benchmark}:{electron, browser}:{go-ipfs, js-ipfs}
aphelionz commented 4 years ago

I believe this can be closed as we're supporting up to js-ipfs 0.36 and go-ipfs 0.4.22 on latest