Ethereum 2.0 Specifications
Go to file
Alex Beregszaszi 65ce39b500 First implementation of the deposit() function only 2020-04-15 02:40:41 +01:00
LICENSE Genesis 2020-04-15 00:32:40 +01:00
README.md Genesis 2020-04-15 00:32:40 +01:00
deposit_contract.sol First implementation of the deposit() function only 2020-04-15 02:40:41 +01:00

README.md

eth2-deposit-contract

This is a just for fun port of the Vyper Eth 2.0 deposit contract 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