# 스마트 계약 배포 및 검증

{% hint style="info" %}
**사전 준비 사항**

* 이 문서는 시스템에 MetaMask가 이미 설치되어 있다고 가정합니다. 설치되지 않았다면, 웹 기반 확장 프로그램이나 모바일 앱으로 MetaMask를 먼저 설치하세요.
* 편의를 위해 MetaMask 확장 프로그램을 선호하는 브라우저에 📍 고정하세요.
  {% endhint %}

Chiliz 체인에서 빌드하는 두 가지 주요 단계가 여기 문서화되어 있습니다.

## 1단계: 스마트 계약 배포

다음 옵션 중 하나를 사용할 수 있습니다:

{% content-ref url="/pages/WvRk85JJvAXBN9yHD4Vq" %}
[Remix IDE로 배포](/ko/undefined/undefined-2/remix-ide.md)
{% endcontent-ref %}

{% content-ref url="/pages/MOtKIGGuq6u1BqvpDWzV" %}
[Thirdweb로 배포](/ko/undefined/undefined-2/thirdweb.md)
{% endcontent-ref %}

## 2단계: 스마트 계약 검증

스마트 계약을 생성한 후에는 이를 검증하는 것이 필요합니다.

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

Chiliz 체인에 스마트 계약을 배포한 후, Chiliscan (Routescan 제공) 또는 Chiliz Block Explorer (Blockscout 제공)와 같은 블록 탐색기를 사용하여 이를 검증할 수 있습니다.

{% content-ref url="/pages/jYu96r2vGxCfdc42CO3u" %}
[Chiliscan으로 검증](/ko/undefined/undefined-2/chiliscan.md)
{% endcontent-ref %}

{% content-ref url="/pages/N4G1tkKvldwjx9BzWhR9" %}
[Chiliz Block Explorer으로 검증](/ko/undefined/undefined-2/chiliz-block-explorer.md)
{% endcontent-ref %}


---

# 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.chiliz.com/ko/undefined/undefined-2.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.
