Skip to content

ColuLocalNetwork/fuse-wallet-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Style Guide

Fuse Wallet Backend

The Fuse Wallet Backend is an osseus based server implementation which acts as backend for the Fuse Wallet.

Dependencies

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

Installation

To get the source of fuse-wallet-backend, clone the git repository via:

$ git clone https://github.com/ColuLocalNetwork/fuse-wallet-backend

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.

Source linting

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

Contributing

Please see contributing guidelines.

License

Code released under the MIT License.

About

Backend for the Fuse Wallet

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published