Vast majority of resource about contracts deal with using them in web applications with JavaScript web3.
But how you interact with contracts (create, call them, make transactions) in a C++ application?
contract-deploymentdapps
Vast majority of resource about contracts deal with using them in web applications with JavaScript web3.
But how you interact with contracts (create, call them, make transactions) in a C++ application?
Best Answer
Regardless of the language, you can always resort to the JSONRPC to interact with the network.