Closed6

Ethereum-swift

Fumiya YamanakaFumiya Yamanaka

JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily the 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.

https://ethereum.org/en/developers/docs/apis/json-rpc/

Fumiya YamanakaFumiya Yamanaka

The Client is defined as the origin of Request objects and the handler of Response objects.
The Server is defined as the origin of Response objects and the handler of Request objects.

このスクラップは2023/04/08にクローズされました