> 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-baepoe.md).

# 스마트 컨트랙트 배포

스마트 컨트랙트 구축은 Chiliz Chain(또는 어떤 블록체인이든)을 위한 dApp으로 이어지는 창의적인 프로젝트의 핵심 단계입니다.

dApp의 스마트 컨트랙트를 구축한 후에는 반드시 다음 두 단계를 거쳐야 합니다.

1. Chiliz Chain에 컨트랙트 배포.
2. 컨트랙트 검증.

이 섹션에서는 스마트 컨트랙트 배포에 집중합니다.

{% hint style="success" %}
배포 트랜잭션이 "보류 중" 상태로 너무 오래 남지 않으려면 수수료를 충분히 포함해야 합니다.

* 최소 가스 수수료: 2,501 gwei.
* 최소 우선 수수료: 1 gwei.
  {% endhint %}

Chiliz Chain에 스마트 컨트랙트를 배포하려면 다음 옵션 중 하나를 권장합니다.

{% content-ref url="/pages/d8ZuNOnK6BjrTnPOPcIK" %}
[Remix로 배포](/ko/gaebal/gibon/seumateu-keonteulaekteu-baepoe/remix-baepoe.md)
{% endcontent-ref %}

{% content-ref url="/pages/MOtKIGGuq6u1BqvpDWzV" %}
[thirdweb로 배포](/ko/gaebal/gibon/seumateu-keonteulaekteu-baepoe/thirdweb-baepoe.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/nsWrQabw0Uxfup8ISrim" %}
[스마트 컨트랙트 검증](/ko/gaebal/gibon/seumateu-keonteulaekteu-geomjeung.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-baepoe.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.
