> 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/how-tos.md).

# How-Tos

Chiliz Chain は Ethereum 中心のフレームワークやサードパーティ製ツールと完全に互換性があります。

この互換性により、開発者は使い慣れた Ethereum の開発プロセスを利用し、高度な機能を統合できます。

このセクションでは、Chiliz Chain に対応した EVM ツールを使ったいくつかのシンプルな例を紹介します。

* [Moralis](https://moralis.com/)：Web3 開発者向けの包括的なフレームワークである Moralis は、EVM 中心の API を複数提供しており、プロジェクトをより迅速に提供できます。\
  [Moralis の Chiliz 専用ドキュメント](https://docs.moralis.com/web3-data-api/evm/chains/chiliz)をお読みください。
* [Tatum](https://tatum.io/)：Web3 アプリを構築するための統合フレームワークである Tatum は、EVM 中心の API を複数提供しており、プロジェクトをより迅速に提供できます。\
  [Tatum の Chiliz 専用ドキュメント](https://docs.tatum.io/reference/rpc-chiliz)をお読みください。
* [thirdweb](https://thirdweb.com/)：thirdweb は、複数のブロックチェーンネットワーク上で分散型アプリケーションを構築するためのツールとインフラを提供するプラットフォームです。SDK、API、構築済みコンポーネントによってブロックチェーンの統合を簡素化します。[thirdweb の Chiliz ページ](https://thirdweb.com/chiliz-chain)をお読みください。
* [Nodit](https://nodit.io/)：Nodit は、さまざまなマルチチェーン環境での開発を容易にするツールと、信頼性の高い node サービスを提供します。\
  [Nodit の Chiliz 専用 API リファレンス](https://developer.nodit.io/en/api/chiliz/web3-data-api/getblockbyhashornumber/)をお読みください。

[ウォレットの残高を取得する方法](/jp/kaihatsu/kihon/how-tos/wallet-zandaka-shutoku.md)

[ウォレットの履歴を取得する方法](/jp/kaihatsu/kihon/how-tos/wallet-rireki-shutoku.md)

[特定の NFT のメタデータを取得する方法](/jp/kaihatsu/kihon/how-tos/nft-metadata-shutoku.md)

これらのプラットフォームをさらに詳しく調べ、ご自身の開発手法や好みに合うものを見つけることをお勧めします。

ブロックチェーンフレームワークのほかにも、Chiliz Chain プロジェクトの構築には vibe-coding ツールを活用できます。

[AI ツールで Chiliz dApp を構築する方法](/jp/kaihatsu/kihon/how-tos/ai-de-dapp-kaihatsu.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/how-tos.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.
