This commit is contained in:
poma 2019-07-13 18:02:00 +03:00
parent e29b1afeff
commit d3cec21f44
1 changed files with 8 additions and 8 deletions

View File

@ -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`