Update minimal demo instructions

Slight issues in commands.
This commit is contained in:
Tsunami 2020-05-16 15:09:46 +01:00 committed by GitHub
parent c7d912c2e7
commit 4408f39b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ and to @jbaylina for awesome [Circom](https://github.com/iden3/circom) & [Websna
## Minimal demo example
1. `npm i`
1. `ganache-cli -d`
1. `npm run downloadKeys`
1. `npm build:contract`
1. `npm run download`
1. `npm run build:contract`
1. `cp .env.example .env`
1. `npm run migrate:dev`
1. `node minimal-demo.js`