# JSON-RPC

소프트웨어 애플리케이션이 블록체인 데이터를 읽거나 네트워크에 트랜잭션을 전송하는 등 WEMIX3.0 블록체인과 상호 작용하려면 WEMIX3.0 노드에 연결해야 합니다. 이를 위해 모든 WEMIX3.0 클라이언트는 JSON-RPC 사양을 구현하므로 응용 프로그램이 사용할 수 있는 메소드 집합을 제공하고 있습니다. JSON-RPC는 상태를 저장하지 않고 경량인 원격 프로시저 호출(RPC) 프로토콜입니다. 여러 데이터 구조와 처리 규칙을 정의하고 있으며 동일한 프로세스 내에서, 소켓 또는 HTTP 또는 다양한 메시지 전달 환경에서 사용할 수 있다는 점에서 여러 환경에서 사용할 수 있는 전송방법입니다. JSON(RFC 4627)을 데이터 형식으로 사용합니다.

## WEMIX3.0 API 스펙 <a href="#wemix3.0-api-specifications" id="wemix3.0-api-specifications"></a>

WEMIX3.0 API 스펙은 Ethereum API 스펙과 100% 호환되며 자세한 내용은 이더리움 API 스펙에 대한 링크를 참조하세요.

<https://github.com/ethereum/execution-apis>

## WEMIX3.0 JSON-RPC API <a href="#wemix3.0-json-rpc-api" id="wemix3.0-json-rpc-api"></a>

WEMIX3.0 JSON-RPC API 메서드는 이더리움과 100% 호환되며 자세한 내용은 아래 링크를 참조하세요.

<https://ethereum.org/ko/developers/docs/apis/json-rpc/#json-rpc-methods>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wemix.com/ko/dapp-developer/json-rpc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
