scaffold-eth / Scaffold-ETH-DeFi-Challenges

MIT License
27 stars 8 forks source link

FrontEnd - Figure out Mainnet Persistent Fork as a Testnet for DeFi Challenges #5

Open steve0xp opened 1 year ago

steve0xp commented 1 year ago

After some discussion, @solidoracle and I think we need to have a mainnet persistent fork as a testnet so students can use a UI and their contracts to simulate actual DeFi interactions.

ex.) challenge-1-simple-yearn-strategy's main lesson is to teach students how to implement a basic yearn strategy on yearn v2 vaults where DAI is lent out using Compound protocol. A testnet that is a fork of mainnet and persistent would allow a user to actually see yield accumulate from this lending strategy after so many blocks. The frontend UI idea we have is to simply showcase:

TODO

steve0xp commented 1 year ago

More Possible TODOs:

Ifechukwudaniel commented 11 months ago

@steve0xp Am looking into the frontend

Ifechukwudaniel commented 11 months ago

@steve0xp what if we use Tenderly Forks

steve0xp commented 11 months ago

@steve0xp Am looking into the frontend

Thanks for looking into this! @solidoracle also was looking into this iirc. Did either of you make some progress that you can update us on?

steve0xp commented 11 months ago

@steve0xp what if we use Tenderly Forks

Hmm. We were actually in the midst of talking with Tenderly to do that. We just let things kind of pause for the Summer due to other priorities. Thanks for reminding me. That is the backend though, so we still need front end deployment work.