add make command instructions

Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
Raw Pong Ghmoa 2020-09-14 14:45:07 +02:00 committed by GitHub
parent bb2afbbc47
commit b734f7d6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@ Install the latest version of `dapp` by following the instructions at [dapp.tool
```sh ```sh
make test_deposit_contract make test_deposit_contract
``` ```
## Verifying bytecode ## Compiling solidity
In the `eth2.0-specs` directory run:
```sh
make compile_deposit_contract
The following parameters were used to generate the bytecode for the `DepositContract` available in this repository: The following parameters were used to generate the bytecode for the `DepositContract` available in this repository: