> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/gaebal/gibon/bangbeob-gaideu.md).

# 방법 가이드

Chiliz Chain은 Ethereum 중심 프레임워크 및 서드파티 도구와 완전히 호환됩니다.

이 호환성을 통해 개발자는 익숙한 Ethereum 개발 프로세스를 사용하고 고급 기능을 통합할 수 있습니다.

이 섹션에서는 Chiliz Chain과 통합된 EVM 도구를 사용한 간단한 예시를 제공합니다.

* [Moralis](https://moralis.com/): Web3 개발자를 위한 광범위한 프레임워크로, 여러 EVM 중심 API를 제공하여 프로젝트를 더 빠르게 완성할 수 있습니다.\
  [Moralis Chiliz 전용 문서](https://docs.moralis.com/web3-data-api/evm/chains/chiliz)를 읽어보세요.
* [Tatum](https://tatum.io/): Web3 앱 구축을 위한 통합 프레임워크로, 여러 EVM 중심 API를 제공하여 프로젝트를 더 빠르게 완성할 수 있습니다.\
  [Tatum Chiliz 전용 문서](https://docs.tatum.io/reference/rpc-chiliz)를 읽어보세요.
* [thirdweb](https://thirdweb.com/): 여러 블록체인 네트워크에서 분산형 애플리케이션을 구축하는 도구와 인프라를 제공하는 플랫폼입니다. SDK, API, 사전 빌드된 컴포넌트로 블록체인 통합을 간소화합니다. [thirdweb Chiliz 페이지](https://thirdweb.com/chiliz-chain)를 읽어보세요.
* [Nodit](https://nodit.io/): 다양한 멀티체인 환경에서 쉽게 개발하고 신뢰할 수 있는 노드 서비스를 제공하는 도구를 제공합니다.\
  [Nodit Chiliz 전용 API 레퍼런스](https://developer.nodit.io/en/api/chiliz/web3-data-api/getblockbyhashornumber/)를 읽어보세요.

{% content-ref url="/pages/TDTJWj9lOQrahqQEVytL" %}
[지갑 잔액 조회하기](/ko/gaebal/gibon/bangbeob-gaideu/jigap-janaeg-johoe.md)
{% endcontent-ref %}

{% content-ref url="/pages/R6YckTHqqkbSywyblHVZ" %}
[지갑 내역 조회하기](/ko/gaebal/gibon/bangbeob-gaideu/jigap-naeyeok-johoe.md)
{% endcontent-ref %}

{% content-ref url="/pages/6xAxYwCXLAeVVGZv4WeV" %}
[특정 NFT 메타데이터 조회하기](/ko/gaebal/gibon/bangbeob-gaideu/nft-metadeteiteo-johoe.md)
{% endcontent-ref %}

모든 플랫폼을 더 탐색하여 개발 관행과 선호도에 맞는 것을 찾아보시길 권장합니다.

블록체인 프레임워크 외에도 vibe-coding 도구를 활용하여 Chiliz Chain 프로젝트 구축에 도움을 받을 수 있습니다.

{% content-ref url="/pages/MSq2nsm8ESvvJrBT1tPK" %}
[AI 도구로 Chiliz dApp 만들기](/ko/gaebal/gibon/bangbeob-gaideu/ai-dapp-mandeulgi.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/ko/gaebal/gibon/bangbeob-gaideu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
