# コントラクト作成画面

この画面では、コントラクトの新規作成が行えます。

<figure><img src="/files/Dc7eVWMbwKnjEtOZNAAp" alt=""><figcaption></figcaption></figure>

## 設定項目 <a href="#items" id="items"></a>

<table><thead><tr><th width="205.33333333333331">項目名</th><th width="75">必須</th><th>説明</th></tr></thead><tbody><tr><td>名称</td><td>Yes</td><td>コントラクトの名称です。新規登録時のみブロックチェーン上の名称に反映されます。</td></tr><tr><td>Blockchain</td><td>Yes</td><td>コントラクトを作成する<a href="/pages/O1vV0fWO3neM8KqD4dBC">ブロックチェーン/ネットワーク</a>を選択します。</td></tr><tr><td>SoulBound Token</td><td>No</td><td>このコントラクトから生成されるNFTを<a data-footnote-ref href="#user-content-fn-1">SoulBound Token</a>とするかを設定します。デフォルトは無効です。</td></tr><tr><td>APIを使ってNFTをMint</td><td>No</td><td>API経由でNFT生成を許可するか設定します。デフォルトは無効です。</td></tr><tr><td>NFT転送</td><td>No</td><td>NFTの転送を許可するか設定します。デフォルトは無効です。</td></tr></tbody></table>

{% content-ref url="/pages/2eTR06eAvxMyCwsNve3h" %}
[コントラクト作成](/jp/tutorial/create-contract.md)
{% endcontent-ref %}

[^1]: SoulBound Tokenは他のアカウントに移転や譲渡することができないNFTです。


---

# 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.nftgarden.app/jp/webtools/contract/create.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.
