Eth ABI InteractiveInteract with deployed Ethereum smart contracts using the ABI WorkflowFirst, compile your smart contracts (e.g. with Truffle) or open a workspace with the ABI files.
Use your prefered method of deployment. For example, Truffle Migrations.
Click on the sidebar Ethereum icon. Your compiled ABI files will be listed. Click on any of them. You will be asked for the Smart Contract deployed address. You can find it from your migrations/deployment step. The Smart Contract ABI will be displayed. Here, you have one entry per function, and inside each one, one entry per argument. Choose a function, edit its parameters and click the Now, click the All output will appear in the Accounts managementBy default, a random Ethereum account is used to sign transactions. Of course, this is not useful when trying to transact as a specific user. The Accounts Tree shows a list of stored accounts for the user. You can add a new account clicking on the key icon. You will be asked for:
When choosing an account from the list, you will be asked for its decryption password (same one as encryption). Then, the tab description will prompt that it is using the selected account.
Extension SettingsThis extension contributes the following settings:
|