Skip to content

YAcademy-Residents/eth-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH Lock Contract

Design for fellows to stake ETH during a yAcademy fellow block. After the block ends, newLock() is called by the yAcademy admin to set a merkle root and the proofs are sent to each fellow individually to allow them to redeem their staked ETH.

If you are trying to run the tests are getting an error, try using forge install OpenZeppelin/openzeppelin-contracts@v5.0.1 before running the tests.