A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ethereum/meteor-dapp-wallet below:

ethereum/meteor-dapp-wallet: This is an archived repository of one of the early Ethereum wallets.

The Ethereum wallet.

PLEASE NOTE: This wallet is not yet officially released, and can contain severe bugs! Please use at your own risk.

If you don't have Meteor:

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

Install npm dependencies:

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

Start a geth node:

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

Run dev server:

$ cd meteor-dapp-wallet/app
$ meteor

Navigate to http://localhost:3000

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.

To deploy to the wallet.ethereum.org site, execute these commands:

$ git checkout gh-pages
$ git merge develop
$ cd app
$ meteor-build-client ../build --path "/"

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4