Skip to content

A browser-based wallet UI for the Moneysocket protocol

License

Notifications You must be signed in to change notification settings

moneysocket/web-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moneysocket Web Wallet

THIS WALLET IS DEPRECATED - use Costanza instead

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/web-wallet

$ cd web-wallet

$ npm install https://github.com/moneysocket/js-moneysocket

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

About

A browser-based wallet UI for the Moneysocket protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published