Yarn truffle update (#1792)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
MadelineMurray
2019-07-30 22:56:50 +10:00
committed by Chris Mckay
parent 538db5d1f9
commit cb68bf6792

View File

@@ -29,10 +29,6 @@ For the development server to run the dapp:
* [Yarn](https://yarnpkg.com/en/) v1.15 or later
* Browser with [MetaMask installed](https://metamask.io/)
To deploy the permissioning contracts:
* [Truffle](https://truffleframework.com/docs/truffle/getting-started/installation)
## Add Ingress Contracts to Genesis File
!!! tip
@@ -134,7 +130,7 @@ yarn run build
In the `permissioning-smart-contracts` directory, deploy the Admin and Rules contracts:
```bash
truffle migrate --reset
yarn truffle migrate --reset
```
The Admin and Rules contracts are deployed and the Ingress contract updated with the name and version of the contracts.