Update readme.md
This commit is contained in:
parent
1961a8a33e
commit
7038b81eed
14
readme.md
14
readme.md
|
@ -30,22 +30,26 @@ ganache-cli -b 3
|
||||||
Start the project in the other one
|
Start the project in the other one
|
||||||
```
|
```
|
||||||
yarn install
|
yarn install
|
||||||
|
```
|
||||||
|
|
||||||
|
For Rinkeby:
|
||||||
|
```
|
||||||
yarn start
|
yarn start
|
||||||
```
|
```
|
||||||
For the mainnet version:
|
For Mainnet:
|
||||||
```
|
```
|
||||||
REACT_APP_NETWORK=mainnet yarn start
|
yarn start-mainnet
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
*For rinkeby:*
|
For Rinkeby:
|
||||||
```
|
```
|
||||||
yarn build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
*For mainnet:*
|
For Mainnet:
|
||||||
```
|
```
|
||||||
REACT_APP_NETWORK=mainnet yarn build
|
yarn build-mainnet
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue