Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 990 Bytes

File metadata and controls

45 lines (31 loc) · 990 Bytes

glyff-wallet

Join the chat at https://gitter.im/Glyff/glyff-wallet

Glyff Wallet

Build Setup

# 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

Testing

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'