staticinstance / emerald-wallet

[soon to be] Ethereum Classic Wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 http://localhost:8545

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

About

[soon to be] Ethereum Classic Wallet

License:Apache License 2.0


Languages

Language:JavaScript 99.6%Language:HTML 0.2%Language:CSS 0.2%