Solidity

將 ABI 轉換為 HTML 介面(輸入)

  • June 2, 2021

有沒有辦法獲取將 ABI 轉換為 HTML 界面的程式碼?我在多個應用程序中找到了範例,但找不到程式碼,很多死 github。

找到我想要的應用程序:

https://abi.hashex.org/

https://oneclickdapp.com/

MyEtherWallet(可能還有 Mycrypto.com)圖片如下: 在此處輸入圖像描述

這是與契約互動的來源:https ://github.com/MyEtherWallet/MyEtherWallet/blob/master/src/layouts/InterfaceLayout/containers/InteractWithContractContainer/InteractWithContractContainer.vue

這是部署合約的來源:https ://github.com/MyEtherWallet/MyEtherWallet/blob/master/src/layouts/InterfaceLayout/containers/DeployContractContainer/DeployContractContainer.vue

引用自:https://ethereum.stackexchange.com/questions/99197