Update readme.md

This commit is contained in:
Germán Martínez 2019-09-30 08:56:37 +02:00 committed by GitHub
parent 1961a8a33e
commit 7038b81eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -30,22 +30,26 @@ ganache-cli -b 3
Start the project in the other one
```
yarn install
```
For Rinkeby:
```
yarn start
```
For the mainnet version:
For Mainnet:
```
REACT_APP_NETWORK=mainnet yarn start
yarn start-mainnet
```
### Building
*For rinkeby:*
For Rinkeby:
```
yarn build
```
*For mainnet:*
For Mainnet:
```
REACT_APP_NETWORK=mainnet yarn build
yarn build-mainnet
```