Skip to content

etcconsortium/emerald-wallet

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%