Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed May 30, 2019
1 parent 0424fab commit a81fa54
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions deposit_contract/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit a81fa54

Please sign in to comment.