2

Is there any way to call a contract from lower level languages (c, c++, rust, etc), say for some standalone executable/program?

Basically do all interfaces with the ethereum network have to be through the browser or Mist client?

If not does anyone have any examples/resources.

eth
  • 85,679
  • 53
  • 285
  • 406
J2R5M3
  • 121
  • 3

1 Answers1

1

Using JSON-RPC you can sendTransaction and invoke a contract from any language.

eth
  • 85,679
  • 53
  • 285
  • 406