Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Latest commit

 

History

History

wallet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Parity Ethereum Wallet

Back to parity-ui

Development

$ cd parity-ui/wallet/meteor-dapp-wallet
$ meteor

Pre-compiling JS files

To build a new version of wallet:

$ cd parity-ui/wallet
$ git clone https://github.com/ethcore/meteor-dapp-wallet.git
# Make sure you have meteor-build-client (see below)
$ ./build.sh

Make sure to have meteor-build-client installed:

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

Head to parity-ui to learn how to build Parity with your changes.