mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-17 05:32:25 -04:00
typo
This commit is contained in:
parent
e29b1afeff
commit
d3cec21f44
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -3,14 +3,14 @@
|
|||
2. `npm install -g npx`
|
||||
|
||||
## Usage
|
||||
- `npm i`
|
||||
- `cp .env.example .env`
|
||||
- `npm run build:circuit`
|
||||
- `npm run build:contract`
|
||||
- `npx run truffle-cli`
|
||||
- `npm run migrate:dev`
|
||||
- `./cli.js deposit`
|
||||
- `./cli.js withdraw <note from previous step> <destination eth address>`
|
||||
1. `npm i`
|
||||
1. `cp .env.example .env`
|
||||
1. `npm run build:circuit`
|
||||
1. `npm run build:contract`
|
||||
1. `npx run ganache-cli`
|
||||
1. `npm run migrate:dev`
|
||||
1. `./cli.js deposit`
|
||||
1. `./cli.js withdraw <note from previous step> <destination eth address>`
|
||||
|
||||
## Testing truffle
|
||||
1. `npm i`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue