-
Notifications
You must be signed in to change notification settings - Fork 0
JSON RPC API
Yash edited this page Apr 7, 2016
·
2 revisions
JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs.
JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over HTTP, or in many various message passing environments. It uses JSON (RFC 4627) as data format.
Default JSON-RPC endpoints:
C++: http://localhost:9040
JSON-RPC 2.0