How to view contract's source code in a web editor directly on Etherscan #3119
-
In the Account Abstraction content, Patrick was able to change the URL of the contract on Etherscan to make contract source files be in a web editor (VSCode like in the browser) . How is that done ? eg. we can replace the
What is the similar for Etherscan . Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @nathaniel1616, While browsing smart contract code on Etherscan just change URL from . io to . deth.net . This will open Visual Studio Code instance and fetch the verified code using Etherscan API. |
Beta Was this translation helpful? Give feedback.
Hello @nathaniel1616, While browsing smart contract code on Etherscan just change URL from . io to . deth.net . This will open Visual Studio Code instance and fetch the verified code using Etherscan API.