Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 452 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 452 Bytes

yETH contracts

Based on the weighted stableswap invariant, as derived in the whitepaper. Pool and staking contract follow specification.

Install dependencies

# Install foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
# Install ape and mpmath
pip install eth-ape
pip install mpmath
# Install required ape plugins
ape plugins install .

Run tests

ape test