Skip to content

puffscoin/meteor-dapp-wallet

 
 

Repository files navigation

PUFFScoin dApp Wallet

The PUFFScoin wallet.

Build Status

PLEASE NOTE: This wallet is under development, and may contain bugs! Please use at your own risk.

Install

If you don't have Meteor:

$ curl https://install.meteor.com/ | sh

Install npm dependencies:

$ cd meteor-dapp-wallet/app
$ npm install

Development

Start a gpuffs node:

$ gpuffs --ws --wsorigins "http://localhost:3000" --unlock <your account>

Run dev server:

$ cd meteor-dapp-wallet/app
$ meteor

Navigate to http://localhost:3000

Deployment

To create a build:

$ npm install -g meteor-build-client
$ cd meteor-dapp-wallet/app
$ npm install
$ meteor-build-client ../build --path ""

This will generate the files in the ../build folder.

Navigating to index.html will start the app, but you will need to serve it over a local server like MAMP.


Gas usage statistics

  • Deploy original wallet: 1 230 162
  • Deploy wallet stub: 184 280
  • Simple Wallet transaction: 64 280
  • Multisig Wallet transaction below daily limit: 79 280
  • Multisig Wallet transaction above daily limit: 171 096
  • 1 Multisig confirmation: 48 363

About

Base wallet UI for the PUFFScoin blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • HTML 21.9%
  • CSS 9.7%