> 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/kaihatsusha-faq.md).

# 開発者 FAQ

{% hint style="warning" %}
transactionが「pending」状態に長くとどまらないようにするため、fee をカバーするのに十分な量を含める必要があります:

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

## Chiliz ChainのcontractをSolidityで書けますか？

はい、Chiliz ChainはEVM互換であり、Solidityをサポートしています。\
CHZはChiliz Chainのnative tokenであり、smart contractの名前ではない点に注意してください。これはEthereum上のETHトークンと同様です。

contractにはSolidity 0.8.24を使用してください。Chiliz Chainは現在、それより高いバージョンをサポートしていません。\
また、「Shanghai」EVMバージョンで実行していることを確認してください。

## テストトークンを取得するには？

Spicy Testnet用のテストトークンはfaucetを通じて取得できます。

専用のドキュメントはこちらを確認してください:

[無料の testnet token を入手する](/jp/kaihatsu/kihon/testnet-token-nyushu.md)

## 自分自身のトークンを作成できますか、それとも既存のものだけを使うべきですか？

Spicy Testnet上で自分自身のトークンを作成できます。それらは小数点以下0桁のERC20トークンです。

既存のものの使用を推奨していますが、Spicy Testnet上に自分自身のものをdeployすることで、テスト用のより多くの流動性が得られます。

[詳細はこちらをご覧ください](/jp/kaihatsu/kihon/tips-and-tricks.md#how-to-create-your-own-token-on-spicy-testnet)。

## Hardhatを使ってSpicy Testnet上でcontractをverifyできますか？

現在、Hardhatを使ってSpicy上でcontractをverifyする直接的な方法はありません。contractをflatten化し、[Chiliz Chain explorer](https://scan.chiliz.com/)または[Chiliscan](https://chiliscan.com/)を使用することをお勧めします。verifyの際には、compilerバージョン、EVMバージョン、最適化設定を正しく設定してください。

参考として、Wrapped CHZ contractをご覧ください: [0x678c34581db0a7808d0aC669d7025f1408C9a3C6](https://spicy-explorer.chiliz.com/address/0x678c34581db0a7808d0aC669d7025f1408C9a3C6)。

より簡単な管理のために、自分自身のnodeを実行する代わりに、on-chainデータについては[Moralis.io](https://moralis.io/)や[Tatum.io](https://tatum.io/)のようなサービスの利用を検討してください。

## Chilizのnative token（CHZ）の小数点以下の値はいくつですか？

Chilizトークン（CHZ）は小数点以下18桁です。

## Chiliz ChainはBiconomyでサポートされていますか？

はい！ChilizのBiconomyでのサポートは[Biconomy独自のドキュメント](https://docs.biconomy.io/contracts-and-audits/supported-chains)で確認できます。

詳細については以下のページを参照してください:

biconomy.md

## Chiliz Mainnetとspicy Testnetのnodeはいつアップグレードすべきですか？

自分自身のnodeを実行している場合は、より新しいバージョンが利用可能になるたびに、Chiliz Chain MainnetとSpicy Testnetの両方のnodeをアップグレードすることをお勧めします。

## TestnetとMainnetの違いは何ですか？

TestnetはMainnetブロックチェーンのレプリカであり、gas feeを消費することなく無料でchainをテストするために使用されます。一方、Mainnetはすべての実際のtransactionが行われる場所であり、実際のgas feeも請求されます。これは暗号通貨 / Fan Tokenの実際の転送です。

Testnetは、後にChiliz Chain上にdeployされるsmart contractのためのテスト環境です。私たちは、ユーザーが基本的なon-chain smart contractをいろいろ試してテストする機会を得られるよう、Testnetを提供しています。

Spicyは私たちのTestnetブロックチェーンであり、Chiliz Chainは私たちのMainnetブロックチェーンです。

## **Scoville Testnetはどうなりましたか？**

私たちは2022年初頭にScoville Testnetをローンチし、後にChiliz Chain Mainnet上にdeployされるdAppをユーザーがテストできるようにしました。

外部監査の後、私たちはブロックチェーン全体のセキュリティとパフォーマンスを改善することを決定しました。しかし、それはhard forkなしには実現できなかったため、2023年1月にSpicy Testnetを導入しました。

**Scoville Testnetはもう使用すべきではなく、非推奨となっています。**

すべての開発者には、新しいChiliz Chainを直接反映するように最新の状態に保たれるSpicy Testnet上でテストをdeployすることを推奨します。

## Spicy Testnet上でCHZをwrapできますか？

はい、Spicy Testnet上でwrapできます。

接続する前に、wallet（例: MetaMask）でSpicy Testnetに接続されていることを確認し、[Spicy Wrap UI](https://spicy-bridge.chiliz.com/wrap)を開いてwalletを接続してください。

[Wrapped CHZ を入手する](/jp/kaihatsu/kihon/wrapped-chz-nyushu.md)

native tokenの代わりにERC20バージョンのトークンを使いたい場合は、私たちのwCHZトークンを使用できます。


---

# 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/kaihatsusha-faq.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.
