eth2.0-specs/deposit_contract
Hsiao-Wei Wang fbfe024e7a Rename vyper file from `.v.py` to `.vy` 2020-01-07 17:20:17 +08:00
..
contracts Rename vyper file from `.v.py` to `.vy` 2020-01-07 17:20:17 +08:00
tests Rename vyper file from `.v.py` to `.vy` 2020-01-07 17:20:17 +08:00
tool copied from deposit contract 2019-05-27 13:15:10 +08:00
README.md deposit_contract/venv 2019-06-07 22:41:50 -04:00
requirements-testing.txt fix vyper custom build link and bump pycryptodome version 2019-12-18 16:36:28 -07:00

README.md

Deposit contract

How to set up the testing environment?

Under the eth2.0-specs directory, execute:

make install_deposit_contract_test

How to compile the contract?

make compile_deposit_contract

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

How to run tests?

make test_deposit_contract