Update README.md

This commit is contained in:
Iuri Matias 2016-10-17 20:06:09 -04:00 committed by GitHub
parent 8469532330
commit 6b17086d73
1 changed files with 0 additions and 10 deletions

View File

@ -302,16 +302,6 @@ The environment is a specific blockchain configuration that can be managed at co
...
```
Deploying only contracts
======
Although embark run will automatically deploy contracts, you can choose to only deploy the contracts to a specific environment
```Bash
$ embark deploy privatenet
```
embark deploy will deploy all contracts at app/contracts and return the resulting addresses
Structuring Application
======