Skip to content

ColuLocalNetwork/fuse-ipfs-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Style Guide

Fuse IPFS Proxy

The Fuse IPFS proxy is an osseus based server implementation for interacting with IPFS.

Dependencies

To make sure that the following instructions work, please install the following dependencies on you machine:

Installation

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.

Developing

Run locally: npm run dev

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.

Configuration

See tutorial.

Testing

Source linting

npm run lint performs a lint for all source code using standard js.

Unit testing

npm test executes (as you might think) the unit tests, which are located in test.

Contributing

Please see contributing guidelines.

License

Code released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published