Skip to content

Commit

Permalink
Yarn truffle update (PegaSysEng#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelineMurray committed Jul 30, 2019
1 parent 8951da7 commit 4f4f110
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4f4f110

Please sign in to comment.