fix: update README

This commit is contained in:
Nik Dement'ev 2020-11-06 15:31:52 +03:00
parent 722d5ee754
commit 92032962fc
No known key found for this signature in database
GPG Key ID: 769B05D57CF16FE2
1 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## Frontend wallet.dao.casino
## Provider tornado.cash
Provider for tornado cash
@ -19,16 +19,26 @@ Provider for tornado cash
## Install
Install dependency @nuxtjs/provider
Install dependency `@nuxtjs/provider`
```bash
yarn add https://github.com/tornadocash/provider.git
```
Add modules to `nuxt.config.js`
```
modules: ['@nuxtjs/provider']
```
you also need to add the default rpc url `nuxt.config.js`
```
provider: { rpcUrl: '' }
```
## CLI
- Project start: `yarn dev`
- Running tests: `yarn test`
- Linting: `yarn lint-fix`
## Style Guide