1. git : https://github.com/xclud/web3dart

项目进展

  • 连接本地链
  • 编译contract
  • 调用contract
  • 密钥相关

错误处理

  • RPCError (RPCError: got code -32602 with msg “Trying to send an incompatible EIP-155 transaction, signed for another chain.”.) - sendTransaction 增加chainId
  1. 项目介绍

  2. 使用技术介绍

  3. 技术原理