eth2.0-specs/deposit_contract
2019-05-30 14:12:05 +08:00
..
2019-05-27 13:15:10 +08:00
2019-05-30 14:12:05 +08:00

Deposit contract

How to compile the contract?

Under the eth2.0-specs directory, execute:

make compile_deposit_contract

The ABI and bytecode will be updated at contracts/validator_registration.json.

How to set up the testing environment?

make install_deposit_contract_test

How to run tests?

make test_deposit_contract