> 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/jp/kaihatsu/kihon/smart-contract-deploy.md).

# Smart Contract をデプロイする

smart contract の構築は、Chiliz Chain（あるいはどのブロックチェーンでも）向けの dApp につながるクリエイティブなプロジェクトに欠かせない要素です。

dApp の smart contract を構築したら、**必ず**通過しなければならないステップが2つあります。

1. Chiliz Chain 上に contract を deploy する。
2. その contract を verify する。

このセクションでは smart contract の deployment に焦点を当てます。

{% hint style="success" %}
deployment トランザクションが「pending」状態のまま長く留まらないようにするには、fee をカバーするのに十分な量を含めるべきです。

* 最低 gas fee: 2,501 gwei。
* 最低 priority fee: 1 gwei。
  {% endhint %}

Chiliz Chain 上に smart contract を deploy するには、次のいずれかのオプションをおすすめします。

remix-deploy.md

thirdweb-deploy.md

{% hint style="success" %}
smart contract を作成した後は、それを verify することが**必要**です。\
これを行えるのは**あなた**だけであり、contract が deploy されたらすぐに行うべきです。
{% endhint %}

[verify-a-smart-contract](/jp/kaihatsu/kihon/smart-contract-verify.md)


---

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

```
GET https://docs.chiliz.com/jp/kaihatsu/kihon/smart-contract-deploy.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.
