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

# クイックスタート

このセクションは、ブロックチェーン技術、特に Ethereum エコシステムにすでに精通している開発者を対象としています。

Chiliz Chain で素早くプロジェクトを始めるために必要な情報を提供します。

## 概要

Chiliz Chain の全体像をざっと把握しましょう。

[chiliz-chain-gaiyo.md](/jp/hajimeni/chiliz-chain-gaiyo.md)

## 開発者ツールボックス

[kaihatsusha-toolbox](/jp/hajimeni/kaihatsusha-toolbox.md)

Chiliz Chain 開発者ツールボックスには以下が含まれています：

* Chiliz Chain Mainnet と Spicy Testnet に接続するためのパラメータ。
* Testnet faucet へのリンク。
* コントラクトのデプロイと検証ガイドへのリンク。
* 独自の Chiliz Chain ノードを実行するためのパラメータ。

## Starter Kits

Chiliz Chain Starter Kits は、Chiliz Chain で目標を達成するためのステップバイステップガイドです。

[starter-kits](/jp/hajimeni/starter-kits.md)

## オンラインコース

エコシステムパートナーが提供する無料のコースやブートキャンプで、Chiliz Chain のスキルを高めましょう。

[muryo-online-kosu.md](/jp/hajimeni/muryo-online-kosu.md)

## アドレス

これらのページでは、あらゆるニーズに対応する最新のアドレスが見つかります。

[inflation-supply-allocation-addresses.md](/jp/hajimeni/inflation-supply-allocation-addresses.md)

[smart-contract-addresses.md](/jp/hajimeni/smart-contract-addresses.md)

[token-contract-addresses.md](/jp/hajimeni/token-contract-addresses.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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/jp/hajimeni.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
