Yarn truffle update (#1792)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 5 years ago committed by Chris Mckay
parent 538db5d1f9
commit cb68bf6792
  1. 6
      docs/Permissions/Onchain-Permissioning/Getting-Started-Onchain-Permissioning.md

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

Loading…
Cancel
Save