我在一个项目中工作,我需要从用户发送乙醚到智能合同,并从智能合同发送到用户。这个智能合约是用Solidity编写的代码,我使用python和web3.py与其通信。我设法这样做:从用户到我的python脚本中的智能合约: #send transaction to the smart contract 'to': address,
'fr
在https://ethdrop.dev的帮助下,我可以使用0.001 ETH ( kovan test network )获得测试帐户,还可以使用remix ide部署智能合约。但是,对于测试帐户,有一个错误:no enough gas to deploy 如何获得更多测试eth? 或者,我必须用钱来解决这个问题?