Skip to content

omurovec/ethcc5-hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC-4626 Curve CryptoSwap Adaptation

Overview

Forked CurveCryptoSwap2 pool from curvefi/curve-crypto-contract and adapted to work with ERC-4626.

Supported features:

  • Exchange shares (ERC-4626) in pool
  • Exchange underlying assets in pool
  • Provide/Remove liquidity in shares (ERC-4626)
  • Provide/Remove liquidity in underlying assets

The Fun Stuff

Thanks to vyperlang/titanoboa, we created a Jupiter Notebook that allows users to visualize changes in the pool and interact with it directly. No need to spin up a chain or deal with accounts, full on interpretation in python 😎

Screen Shot 2022-07-25 at 3 06 11 PM

Other forked code

  • ERC4626Mock.vy forked from fubuloubu/ERC4626
  • ERC20.vy forked from vyperlang/vyper

About

ERC-4626 compatible CryptoSwap pool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 65.1%
  • Vyper 31.4%
  • Python 3.5%