> 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/ko/ppareun-sijak.md).

# 빠른 시작

이 섹션은 블록체인 기술, 특히 Ethereum 생태계에 이미 익숙한 개발자를 대상으로 합니다.

Chiliz Chain으로 프로젝트를 빠르게 시작하는 데 필요한 정보를 제공합니다.

## 핵심 요약

Chiliz Chain이 무엇인지 한눈에 살펴보세요.

[chiliz-chain-gaeyo.md](/ko/ppareun-sijak/chiliz-chain-gaeyo.md)

## 개발자 도구함

[개발자 도구함](/ko/ppareun-sijak/gaebalja-doja.md)

Chiliz Chain 개발자 도구함에는 다음이 포함되어 있습니다:

* Chiliz Chain Mainnet 및 Spicy Testnet에 연결하기 위한 파라미터.
* Testnet Faucet 링크.
* 컨트랙트 배포 및 검증 가이드 링크.
* 자체 Chiliz Chain 노드를 실행하기 위한 파라미터.

## 시작 키트

Chiliz Chain 시작 키트는 Chiliz Chain에서 목표를 달성하기 위한 단계별 가이드입니다.

[시작 키트](/ko/ppareun-sijak/sijak-kit.md)

## 온라인 강좌

생태계 파트너가 제공하는 무료 강좌와 부트캠프로 Chiliz Chain 실력을 한 단계 높여보세요.

[mueyo-online-gangjwa.md](/ko/ppareun-sijak/mueyo-online-gangjwa.md)

## 주소

이 페이지들에서 필요한 모든 최신 주소를 확인할 수 있습니다.

[inflation-gonggeup-baejeong-jusso.md](/ko/ppareun-sijak/inflation-gonggeup-baejeong-jusso.md)

[seumateu-keonteulaekteu-jusso.md](/ko/ppareun-sijak/seumateu-keonteulaekteu-jusso.md)

[token-keonteulaekteu-jusso.md](/ko/ppareun-sijak/token-keonteulaekteu-jusso.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/ko/ppareun-sijak.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.
