scaffold-eth / Scaffold-ETH-DeFi-Challenges

MIT License
27 stars 8 forks source link

swap SE-2 w/ hardhat for SE-2 w/ foundry #22

Closed MattPereira closed 10 months ago

MattPereira commented 10 months ago

Summary

Local Testing

  1. run yarn to install dependencies
  2. run yarn chain to spin up local network
  3. run yarn start to see frontend at localhost:3000
  4. run yarn deploy to deploy contracts on local foundry network

TODO

steve0xp commented 10 months ago

Looks good to me, except we need to resolve the failing checks.

steve0xp commented 10 months ago

The failing CI is something that Shiv Bhonde has brought up to us. It is being discussed in this issue I believe. So we can move ahead and have this merged to main and git pull SE-2 into the other challenge branches, and future branches onward!

Great job again :)