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

# Smart Contract を verify する

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

smart contract を verify することで、コントラクトのソースコードがブロックチェーン上の特定のコントラクトアドレスに対応していることを確認できます。これは透明性と信頼のために極めて重要であり、特に分散型のブロックチェーンの世界では不可欠です。

Chiliz Chain 上に smart contract を deploy したら、[Chiliscan](https://chiliscan.com/)（[Routescan](https://routescan.io/) 提供）や [Chiliz Block Explorer](https://scan.chiliz.com/)（[Blockscout](https://www.blockscout.com/) 提供）などの block explorer を使って verify できます。

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

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

コマンドラインからコントラクトを verify することもできます:

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

deploy 済みの smart contract を verify する際は、フラット化したバージョンを使うほうが簡単な場合があります。その方法は次のとおりです:

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

いずれの場合も、必ずベストプラクティスに従ってください！

[verify-best-practices.md](/jp/kaihatsu/kihon/smart-contract-verify/verify-best-practices.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-verify.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.
