Interacting with Smart Contracts
Last updated
Was this helpful?
Last updated
Was this helpful?
The simplest and recommended way is to use to generate contract binding to deploy and invoke with contract
However, but not recommended, you also can use Client.DeployContract
to deploy a contract or use Client.GetContract
to get a contract by deployed address. Then you can use the contract instance to operate the contract, there are GetData/Call/SendTransaction. Please see and for detail.