Replies: 1 comment
-
I believe you want the Remix IDE project from Ethereum. This is the Remix Web Framework. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a function which I plan to revert, since the REVERT instruction provides a way to stop execution and revert state changes, without consuming all provided gas and with the ability to return a reason. At the same time, I want to get the trace of the transaction, can we do that using geth? I have tried to use hardhat/truffle/ganachi, but it does not work (it seems like the framework refuses to send the reverted transaction, but we can forcefully do it on remix IDE).
Beta Was this translation helpful? Give feedback.
All reactions