From cb68bf6792f910db82ca23a484c3defa94f6410f Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Tue, 30 Jul 2019 22:56:50 +1000 Subject: [PATCH] Yarn truffle update (#1792) Signed-off-by: Adrian Sutton --- .../Getting-Started-Onchain-Permissioning.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/Permissions/Onchain-Permissioning/Getting-Started-Onchain-Permissioning.md b/docs/Permissions/Onchain-Permissioning/Getting-Started-Onchain-Permissioning.md index f1dde2d65..abacd741f 100644 --- a/docs/Permissions/Onchain-Permissioning/Getting-Started-Onchain-Permissioning.md +++ b/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 * 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.