README
Last updated
Was this helpful?
Last updated
Was this helpful?
The Conflux Golang API allows any Golang client to interact with a local or remote Conflux node based on JSON-RPC 2.0 protocol. With Conflux Golang API, users can easily manage accounts, send transactions, deploy smart contracts, and query blockchain information.
Please read the documentation for more.
And read the API documentation from here.
You can also add the Conflux Golang API into the vendor folder.
usd sdk.NewClient
to creat a client for interact with conflux-rust node, the sdk.ClientOption
is for setting Account Manager
keystore folder path and retry options.
The most simple way to interact with contract is generator contract binding by conflux-abigen
, see details from here