| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ethcode is a vscode extension that helps deploy and execute solidity smart contracts in EVM based blockchains. It supports multiple test networks.
VisualStudio Marketplace - https://marketplace.visualstudio.com/items?itemName=7finney.ethcode
Please help ethcode developers continue their work.
Ethereum donation address: 0xd22fE4aEFed0A984B1165dc24095728EE7005a36
npm install
npm run compileAnd then press F5, in Extension Development Host session, run Ethereum: Solidity compile command from command palette.
vsce packageStep 1: Login to https://dev.azure.com/ and generate PAT for your user or organization
Step 2:
vsce login <publisher>
vsce publish 0.1.4 -p <access token>
git push origin v0.1.4Add following lines in vscode settings.json
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "typescript.format.semicolons": "insert"
| Back | FazBrowse Home | New Git URL |