An open API service indexing awesome lists of open source software.

https://github.com/yearn/yeth


https://github.com/yearn/yeth

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# yETH contracts

Based on the weighted stableswap invariant, as derived in the [whitepaper](./whitepaper/derivation.pdf).
Pool and staking contract follow [specification](./SPECIFICATION.md).

### Install dependencies
```sh
# 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
```sh
ape test
```