Replies: 3 comments 15 replies
-
Are you on the right network? |
Beta Was this translation helpful? Give feedback.
-
@npa528 Hint: Take the contract address, read the ABI and send the transaction using the foundry |
Beta Was this translation helpful? Give feedback.
-
I finally solved this challenge. I am very frustrated with whoever engineered this Challenge. It needs skills outside of the knowledge areas covered in this tutorial. I can just post the solution but I guess moderators will not allow this. In order to solve it I had to dig a lot to sepolia.etherscan. The address that is returned from the IPFS page (0x76B50696B8EFFCA6Ee6Da7F6471110F334536321) is not the contract that you finally need to call!!! From above contract (0x76B5...6321), I had to find
This contract: 0xf215a0b6DD88d6029b5385D6fab51968337E963D Now when you get there (in contract 0xf215...963D), I had to check latest transactions and especially click for "more details". Didn't know how or what i was doing, i just try to replicate what they did using "cast send" and putting the right values. If i had to rate this challenge i would put 0/5 stars. Literally I feel I wasted my time. Very poorly designed, I wish somebody could elaborate like what they had in mind making this puzzle so difficult for no reason.... I also would like to know a more "programmatically" way to solve this, and not digging like sleuth manually as I did I hope this helps a bit. |
Beta Was this translation helpful? Give feedback.
-
As others pointed out in other discussion, (convert the IPFS to HTTP link through gateway), I was transferred to a page asking to connect with Metamask and just type my Twitter handle on textfiled and press button "solve"
I did it but I get the error below:
I thought the challenge was to convert IPFS to HTTP, I cannot figure out what else to do to solve challenge.
I inspect code, I checked the TO address in console (0x76B50696B8EFFCA6Ee6Da7F6471110F334536321) but I cannot find what else to do to pass this challenge.
Any hints?
Beta Was this translation helpful? Give feedback.
All reactions