/emerald-wallet

[soon to be] Ethereum Classic Wallet

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Emerald - Ethereum Classic Wallet

Travis CI Build Status License

Install

npm install

Build

Rebuild automatically

npm run build:watch

Open build/index.html with your browser

Build once

npm run build

Open build/index.html with your browser

Run tests

npm run test:watch

or for single run:

npm test

Rebuild and start server

npm run start

Open http://localhost:8000 with your browser.

Run node

Wallet expects Web3 RPC at the default [Emerald Connector](https://github.com/ethereumproject/emerald-rs) port http://localhost:1920

Parity

./parity --chain=classic

Use --rpccorsdomain option to configure CORS.

Example: ./parity --chain=classic --rpccorsdomain=* allow requests from any domain

Package

For current OS:

$ npm run package

For Windows and Linux:

$ npm run package:all

Note: Packaging for Windows platform on Linux needs Wine to be installed.

License

Apache 2.0