The Fuse IPFS proxy is an osseus based server implementation for interacting with IPFS.
To make sure that the following instructions work, please install the following dependencies on you machine:
To get the source of fuse-ipfs-proxy
, clone the git repository via:
$ git clone https://github.com/ColuLocalNetwork/fuse-ipfs-proxy
This will clone the complete source to your local machine.
Navigate to the project folder and install all needed dependencies via npm:
$ npm install
This commands installs everything which is required for building and testing the project.
This task will run the application and start listening on port 3000
.
Under the hood, we use a complete osseus stack.
You will find the local configuration at LOCAL.js.
See tutorial.
npm run lint
performs a lint for all source code using standard js.
npm test
executes (as you might think) the unit tests, which are located
in test
.
Please see contributing guidelines.
Code released under the MIT License.