eth2.0-specs/README.md

8 lines
386 B
Markdown
Raw Normal View History

2020-04-14 20:44:39 +00:00
# eth2-deposit-contract
This is a just for fun port of the [Vyper Eth 2.0 deposit contract](https://github.com/ethereum/eth2.0-specs/blob/dev/deposit_contract/contracts/validator_registration.vy) to Solidity.
The motivation is to run the SMTChecker and the new Yul IR generator option (`--ir`) in the compiler.
**THIS IS NOT THE OFFICIAL DEPOSIT CONTRACT. NOT SUITABLE FOR ANY USE**