From b734f7d6c97a5561e9086049b8f0f8eee9c792bc Mon Sep 17 00:00:00 2001 From: Raw Pong Ghmoa <58883403+q9f@users.noreply.github.com> Date: Mon, 14 Sep 2020 14:45:07 +0200 Subject: [PATCH] add make command instructions Co-authored-by: Hsiao-Wei Wang --- solidity_deposit_contract/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/solidity_deposit_contract/README.md b/solidity_deposit_contract/README.md index d2549724e..4de80688e 100644 --- a/solidity_deposit_contract/README.md +++ b/solidity_deposit_contract/README.md @@ -23,7 +23,11 @@ Install the latest version of `dapp` by following the instructions at [dapp.tool ```sh 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: