yearn / yETH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Vyper 56.8%Language:Python 43.2%