mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
typo
This commit is contained in:
parent
e29b1afeff
commit
d3cec21f44
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…
Reference in New Issue
Block a user