paritytech/meteor-dapp-wallet

Name: meteor-dapp-wallet

Owner: Parity Technologies

Description: null

Forked from: ethereum/meteor-dapp-wallet

Created: 2016-07-18 16:44:56.0

Updated: 2016-07-18 16:44:56.0

Pushed: 2016-07-18 17:22:45.0

Homepage: null

Size: 5499

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ethereum Wallet Šapp

The Ethereum wallet.

NOTE The wallet is not yet official released, can contain severe bugs!

Development

Start an geth node and and the app using meteor and open http://localhost:3000 in your browser:

$ geth --rpccorsdomain "http://localhost:3000" --rpc --unlock <your account>

Starting the wall dapp using Meteor

$ cd meteor-dapp-wallet/app
$ meteor

Go to http://localhost:3000

Deployment

To create a build version of your app run:

// install meteor-build-client
$ npm install -g meteor-build-client

// bundle dapp
$ cd meteor-dapp-wallet/app
$ meteor-build-client ../build --path "/"

This will generate the files in the ../build folder. Double click the index.html to start the app. To make routing work properly you need to build it using:

$ meteor-build-client ../build

And start a local server which points with its document root into the ../build folder, so that you can open the app using http://localhost:80/

To deploy them to the wallet.ethereum.org site, execute these commands (from the app folder):

git checkout gh-pages
git merge develop
meteor-build-client ../build --path "https://wallet.ethereum.org/"

And push (or PR) your changes to the gh-pages branch.


Gas usage statistics

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.