I'm trying to debug and run a code that was deployed on Etherscan via the Terminal.
I tried downloading the code to my computer and then loading it to vscode.blockscan.com but that didn't change anything.
I'm trying to debug and run a code that was deployed on Etherscan via the Terminal.
I tried downloading the code to my computer and then loading it to vscode.blockscan.com but that didn't change anything.
Etherscan's VSCode viewer is generally for browsing code in a familiar, editor-like environment.
To edit and test Solidity code using terminal, you should download the source code into your local VSCode editor and make changes or begin testing with tools such as Hardhat/Foundry locally.
ps. you have to export the files one by one for now, a download all button coming soon