BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Use js-ipfs instead of js-ipfsd-ctl #13

Open bhstahl opened 7 years ago

bhstahl commented 7 years ago

Due to some issue with packaging the js-ipfs in electron https://github.com/ipfs/js-ipfs/issues/843, I got this project off the ground with the package that adds node bindings to the go-ipfs implementation (js-ipfsd-ctl).

This should only use the js-ipfs package.