mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 07:27:55 -05:00
Yarn truffle update (#1792)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
committed by
Chris Mckay
parent
538db5d1f9
commit
cb68bf6792
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user