-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download source #38
Comments
Well, apart from copying it manually, there's no way to do it through Ethereum Code Viewer. If I were you, I'd use Etherscan API (https://docs.etherscan.io/api-endpoints/contracts) and |
You can use this too: https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-ethover Would definitely be cool to see dethcrypto's take on that extension though. |
This would be a really helpful feature |
Looks like that extension got integrated into this one, which is actively maintained: https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor This is my current solution to the lack of this feature. |
A lot of very interesting stuff here, thanks I'm also interested and the ability to download the un-flattened code of a contract |
Hi there thanks for this fantastic service!
Sorry in advance for the dumb question but is it possible to download the source code from VSCode? I would like to download the source code of a MIT contract from Etherscan so that I can use it as a mock in my tests when writing an extension (contrcat) for it.
The text was updated successfully, but these errors were encountered: