Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 249 Bytes

go-callcontract-example

how to use golang to communicate with geth.

  1. deploy contract use go
  2. generate go binding for sol
  3. call solidity's const function use go
  4. new contract transaction call use go

介绍如何使用go与geth进行交互