Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
Install / Use
/learn @BusterLabs/PartyshareREADME
Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
<h4 align="center"> <br> It's a simple way to share files via IPFS. </h4> <p align="center"> <img width="250" src="https://busterlabs.github.io/Partyshare/example.gif"> <br> </p>Download
You can download the latest version at busterlabs.github.io/Partyshare. Please, report any issues you come across.
Contribute
Development
-
Take a look at the open issues
-
Assign any to yourself that you'd like to work on
-
Start coding:
$ curl -o- -L https://yarnpkg.com/install.sh | bash $ yarn install $ yarn start
Releases
Releases are built by Travis CI, and automatically released on Github for every tagged commit pushed to master. To release a new version:
$ npm version
$ git push origin master --tags
