mirror of
https://github.com/tornadocash/provider.git
synced 2024-11-22 09:46:52 +01:00
fix: update README
This commit is contained in:
parent
722d5ee754
commit
92032962fc
18
README.md
18
README.md
@ -1,4 +1,4 @@
|
|||||||
## Frontend wallet.dao.casino
|
## Provider tornado.cash
|
||||||
|
|
||||||
Provider for tornado cash
|
Provider for tornado cash
|
||||||
|
|
||||||
@ -19,16 +19,26 @@ Provider for tornado cash
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Install dependency @nuxtjs/provider
|
Install dependency `@nuxtjs/provider`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn add https://github.com/tornadocash/provider.git
|
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
|
## CLI
|
||||||
|
|
||||||
- Project start: `yarn dev`
|
|
||||||
- Running tests: `yarn test`
|
|
||||||
- Linting: `yarn lint-fix`
|
- Linting: `yarn lint-fix`
|
||||||
|
|
||||||
## Style Guide
|
## Style Guide
|
||||||
|
Loading…
Reference in New Issue
Block a user