The first decentralized cloud wallet for Ethereum and ICO tokens.
Log in to the wallet:
The wallet client is built with Vue.js and vue-cli, and can run a standard dev server.
You'll need to have yarn
installed.
To install and start the local dev server on http://localhost:8080
git clone https://github.com/endpass/endpass-wallet
cd endpass-wallet
yarn install
yarn run dev
There are two test suites: unit tests with Jest and end to end(e2e) intergation tests with cypress.
Run all unit tests:
yarn run unit
Run all end to end tests:
yarn run e2e
Open interactive e2e test console:
yarn run e2e:open