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
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue