Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.17 KB

File metadata and controls

72 lines (39 loc) · 2.17 KB

Moon Money Mover for moving money with Moneysocket

A basic web application that can move money between two Moneysocket provider connections.

Mover

A build of the app is hosted here.

Donate

Disclaimer!

Moneysocket is still new, under development and is Reckless with your money. Use this stuff at your own risk.

The Version number of this package and on the protocol is set to 0.0.0 for the time being since we anticipate that the protocol specifics will change in breaking ways prior to an 'official' release.

Dependencies

This depends on js-moneysocket which will need to be installed into node_modules prior to building this project.

$ git clone https://github.com/moneysocket/mover

$ cd mover

$ npm install https://github.com/moneysocket/mover

Also, package.json specifies additional dependencies that will need to be installed. From the cloned directory:

$ npm install

Building

This uses gulp to build the application.

From the cloned directory with the dependencies installed:

$ gulp quick will build to the htdocs/ directory

$ gulp full will take longer but will produce optimized javascript

$ gulp quick_watch will watch the source files for changes and automatically rebuild

Running

Once, built the web root will be set up under htdocs/. If you want to run it locally, use a webserver. eg:

$ cd htdocs $ python -m SimpleHTTPServer 1234

and point your browser at the port. eg:

$ firefox http://localhost:1234

Project Links