scaffold-eth / se-2-challenges

SpeedRunEthereum challenges (Powered by Scaffold-ETH 2)
https://speedrunethereum.com
MIT License
91 stars 176 forks source link

Chall3: Make it autograder ready #141

Closed technophile-04 closed 8 months ago

technophile-04 commented 8 months ago

Description :

Just tried adding these changes manually to Autograder cloned challenge 3 and works great there too 🙌

Screenshot 2024-02-27 at 2 17 36 PM

POST Request to new autograder: ```bash curl -X POST http://localhost:54727 \ -H "Content-Type: application/json" \ -d '{"challenge": 3, "network": "sepolia", "address": "0x6Bbe593466EDfD15cbc33881F2C2131CB4c0081d"}' ```

verified contract: https://sepolia.etherscan.io/address/0x6Bbe593466EDfD15cbc33881F2C2131CB4c0081d#code

technophile-04 commented 8 months ago

I think we don't need to wait for new autograder PR to be merged for this, we merge this 🙌