7

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?

NewTwoEth
  • 260
  • 3
  • 9
  • Related: http://ethereum.stackexchange.com/questions/945/how-can-non-javascript-applications-communicate-with-ethereum-nodes – eth Apr 06 '17 at 04:35
  • Related: https://ethereum.stackexchange.com/questions/97185/can-i-interact-with-an-ethereum-contract-through-c-c – Adriano Jan 14 '22 at 10:11

1 Answers1

8

Regardless of the language, you can always resort to the JSONRPC to interact with the network.

Adriano
  • 273
  • 2
  • 7
Yuanfei Zhu
  • 578
  • 4
  • 16