ethcode
ethcode copied to clipboard
Ethereum plugin for vscode
when trying to import a keystore.json file, it fails to with error invalid address argument, even if the address argument is correct inside the json file. it looks like is...
we have been using native `fs` in multiple places like - We should be using vscode file system API instead whereever possible.
- [ ] `Selected network is Hardhat Testnet` -> `Network selected : Hardhat Testnet` - [ ] `Account 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 is selected` `Account selected : 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266` - [ ] `[15:43:15]: Deploying...
We need to automatically add contract address when we deploy a contract address to `_deployed_address.json` file which is generated by ethcode on loading of contract
After creating a new wallet using Ethcode, the wallet needs to be funded with some native token. but the asset remains locked in that wallet after completing the task. can...
Hi my self Krish Bhardwaj , i have used this extension and found this interesting , i would like to give a suggestion / make contribution into this repo by...
Example of contracts * https://github.com/kassandraoftroy/yulerc20 * https://github.com/dmihal/WETH11