antsBean

Results 3 comments of antsBean

> 好的 我试下 谢谢 https://github.com/antsbean/wechat 我已经支持了,并且测试通过了,还没有来的及提交PR,你可以试试 GitHubantsbean/wechatWeChat SDK for Go (微信SDK:简单、易用). Contribute to antsbean/wechat development by creating an account on GitHub.

I liked a lot this PR +1 =)

i also have encountered this probelm, you can modify ```prepare_evm_script``` function to resolve it change code ``` def prepare_evm_script(): agent = Contract(TARGET["agent"]) ``` to ``` def prepare_evm_script(): agent = Contract.from_explorer(TARGET["agent"])...