- Mnemonic creation, input, output and encryption
- Address switch
- The ability to add new tokens and check balance
- List of pending transactions and unreceived transactions
- The ability to send transactions and receive transactions
- The Hook for signing and sending transactions
- The ability to switch networks (Mainnet, testnet,etc.)
yarn install
Script dev:app
runs app like regular Vue app on page, with access to the vue-devtools.
Script dev:extension
runs app in watch mode via webpack and have full access to the Chrome Extension API during the development.
Upload pre-bilded extension from dist folder to the chrome://extensions/
and create your dev link using extension ID.
Link example — chrome-extension://{your_extension_id}/index.html#/
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint