# dApp Developer

본 절에서는 dApp 개발을 위해서 필요한 WEMIX3.0에서 제공하는 스마트 컨트랙트 개발을 위한 환경과 사용법에 대해서 소개하고 이더리움과 100% 호환되는 JSON-RPC와 Open API 서버를 통해서 제공되는 WEMIX3.0 API에 대하여 소개합니다.


---

# 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.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.
