Glyff Wallet
# install dependencies
yarn
# build dependencies for appropriate electron node version
yarn electron-rebuild
# serve with hot reload at localhost:9080
yarn dev
# build electron application for production
yarn build
# lint all JS/Vue component files in `src/`
yarn lint
To run tests first make sure that:
- Correct contract address is added to
src/config/index.js
- Correct node host and port added to
src/config/index.js
- Correct glyff address with password added here
tests/config.js
- Make sure that local test node is mining and is used only for current wallet
To run all tests
yarn test
To run some specific test
yarn test 'shield unshield'