mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-23 17:11:44 +00:00
Add README.md
This commit is contained in:
parent
0424fab024
commit
a81fa54c73
23
deposit_contract/README.md
Normal file
23
deposit_contract/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Deposit contract
|
||||
|
||||
## How to compile the contract?
|
||||
|
||||
Under the `eth2.0-specs` directory, execute:
|
||||
|
||||
```sh
|
||||
make compile_deposit_contract
|
||||
```
|
||||
|
||||
The ABI and bytecode will be updated at [`contracts/validator_registration.json`](./contracts/validator_registration.json).
|
||||
|
||||
## How to set up the testing environment?
|
||||
|
||||
```sh
|
||||
make install_deposit_contract_test
|
||||
```
|
||||
|
||||
## How to run tests?
|
||||
|
||||
```sh
|
||||
make test_deposit_contract
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user