Skip to content

Latest commit

 

History

History
 
 

deposit_contract

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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