Skip to content

Flash

Latest
Compare
Choose a tag to compare
@0mkara 0mkara released this 13 Dec 14:31
· 39 commits to master since this release

Smart contract development & execution interface inside VS Code

Ethcode is a vscode extension for Ethereum Smart Contract development. It provides a developer-friendly environment to deploy and execute Solidity and Vyper Smart Contracts on all EVM-based Networks.

Ethcode has in-built support for Double Protocol. Users can use ERC-4907 templates from ethcode and easily create and rent NFT contracts.

What's Changed in v0.4.2

  • More Native API Features by @0mkara in #195
  • Clean up react by @0mkara in #222
  • Updated interfaces, abi, bytecode by @domin191013 in #220
  • Network provider by @0mkara in #223
  • Fix dev/conract functions by @0mkara in #229
  • Dev/conract functions by @domin191013 in #226
  • v2 by @0mkara in #224
  • Feature/construct blockscanner by @fastendev in #240
  • Gas Strategy by @fastendev in #241
  • Feature/export account by @fastendev in #244
  • Blockscanner issue fixed by @Aniket6990 in #245
  • Feat/import account by @Aniket6990 in #246
  • RPC url fix by @Aniket6990 in #247
  • Ethcode can load Compiled JSON outputs from Hardhat and Remix
  • Create account
  • Import and Export account
  • Get account balance
  • Deploy contracts on selected Network (mainnet and testnets)
  • Call mutable functions with required parameters.
  • Call immutable functions with or without parameters.
  • Set transaction gas strategy
  • Blockscanner URL for addresses and transactions
  • In-built support for Double Protocol.

New Contributors

  • @domin191013 made their first contribution in #220
  • @fastendev made their first contribution in #240

Full Changelog: v0.2.5...v0.4.2