add make command instructions
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
parent
bb2afbbc47
commit
b734f7d6c9
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue