# web-wallet
## Project Setup
```sh
yarn
```
### Compile and Hot-Reload for Development
yarn dev
### Type-Check, Compile and Minify for Production
yarn build-only
### Lint with [ESLint](https://eslint.org/)
yarn lint
### Format code
yarn format