You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -459,9 +459,9 @@ Working with different chains
459
459
You can specify which environment to deploy to:
460
460
461
461
462
-
```$ embark blockchain production```
462
+
```$ embark blockchain livenet```
463
463
464
-
```$ embark run production```
464
+
```$ embark run livenet```
465
465
466
466
The environment is a specific blockchain configuration that can be managed at config/blockchain.json
467
467
@@ -474,7 +474,7 @@ The environment is a specific blockchain configuration that can be managed at co
474
474
"rpcPort": 8545,
475
475
"rpcCorsDomain": "http://localhost:8000",
476
476
"account": {
477
-
"password": "config/production/password"
477
+
"password": "config/livenet/password"
478
478
}
479
479
},
480
480
...
@@ -505,7 +505,7 @@ Deploying to IPFS and Swarm
505
505
======
506
506
507
507
To deploy a dapp to IPFS, all you need to do is run a local IPFS node and then run ```embark upload ipfs```.
508
-
If you want to deploy to the livenet then after configuring you account on ```config/blockchain.json``` on the ```production``` environment then you can deploy to that chain by specifying the environment ```embark ipfs production```.
508
+
If you want to deploy to the livenet then after configuring you account on ```config/blockchain.json``` on the ```livenet``` environment then you can deploy to that chain by specifying the environment ```embark ipfs livenet```.
509
509
510
510
To deploy a dapp to SWARM, all you need to do is run a local SWARM node and then run ```embark upload swarm```.
0 commit comments