web3_script_tutorial icon indicating copy to clipboard operation
web3_script_tutorial copied to clipboard

Web3脚本交互(撸毛)极简入门指南

Results 1 web3_script_tutorial issues
Sort by recently updated
recently updated
newest added

我把合约调用封在了一个方法里,具体的合约函数从一个字典字段传进去 一直没看到人共享太多的好脚本。你说的gm365,liangfengxiaodao是很少的几个人 ``` async def invoke_action( network: str, action: str, signer, *args, wait: bool = True, eth_amt: int = 0, abi_source: str = 'api_url', unknown_contract: str = None, unknow_proxy: str...