> 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/seumateu-keonteulaekteu-geomjeung.md).

# 스마트 컨트랙트 검증

{% hint style="success" %}
스마트 컨트랙트를 생성한 후에는 반드시 검증해야 합니다.\
검증은 **본인만** 할 수 있으며, 컨트랙트 배포 직후에 진행해야 합니다.
{% endhint %}

스마트 컨트랙트를 검증하면 컨트랙트의 소스 코드가 블록체인상의 특정 컨트랙트 주소와 일치하는지 확인할 수 있습니다. 이는 분산형 블록체인 세계에서 투명성과 신뢰를 위해 매우 중요합니다.

Chiliz Chain에 스마트 컨트랙트를 배포한 후, [Chiliscan](https://chiliscan.com/)([Routescan](https://routescan.io/) 제공) 또는 [Chiliz Block Explorer](https://scan.chiliz.com/)([Blockscout](https://www.blockscout.com/) 제공)와 같은 블록 탐색기를 사용하여 검증할 수 있습니다.

{% content-ref url="/pages/jYu96r2vGxCfdc42CO3u" %}
[Chiliscan으로 검증](/ko/gaebal/gibon/seumateu-keonteulaekteu-geomjeung/chiliscan-geomjeung.md)
{% endcontent-ref %}

{% content-ref url="/pages/r4aaIKALLm54kfenRV4g" %}
[Chiliz Block Explorer로 검증](/ko/gaebal/gibon/seumateu-keonteulaekteu-geomjeung/block-explorer-geomjeung.md)
{% endcontent-ref %}

명령줄을 통해 컨트랙트를 검증할 수도 있습니다.

{% content-ref url="/pages/Mhgs6m7iWT6ylN69IGRA" %}
[Hardhat으로 검증](/ko/gaebal/gibon/seumateu-keonteulaekteu-geomjeung/hardhat-geomjeung.md)
{% endcontent-ref %}

배포된 스마트 컨트랙트의 평탄화된 버전을 사용하면 더 쉽게 검증할 수 있습니다. 방법은 다음과 같습니다.

{% content-ref url="/pages/IvuJgmKGvLyXtTixnF2Y" %}
[스마트 컨트랙트 평탄화](/ko/gaebal/gibon/seumateu-keonteulaekteu-geomjeung/keonteulaekteu-pyeongtanhwa.md)
{% endcontent-ref %}

어떤 경우에도 항상 모범 사례를 따르세요!

{% content-ref url="/pages/AWnG85V7M7K87M7tfTB8" %}
[검증 모범 사례](/ko/gaebal/gibon/seumateu-keonteulaekteu-geomjeung/geomjeung-beombeom-sarye.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/seumateu-keonteulaekteu-geomjeung.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.
