> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# 온체인 주사위

<CardGroup cols={2}>
  <Card title="저장소 보기" icon="github" href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/roll-dice" iconType="duotone">
    소스 코드와 구현 살펴보기
  </Card>
</CardGroup>

***

## 개요

VRF를 사용한 검증 가능한 온체인 랜덤성으로 주사위를 굴립니다. 이 데모는 공정하고 검증 가능한 주사위 굴리기 메커니즘을 구현하는 방법을 보여줍니다.

***

## 관련 제품

<CardGroup cols={2}>
  <Card title="Verifiable Randomness" icon="dice" href="/ko/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    검증 가능한 랜덤성이 왜 중요한지 알아보세요
  </Card>

  <Card title="VRF 빠른 시작" icon="rocket" href="/ko/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    검증 가능한 랜덤성 시작하기
  </Card>

  <Card title="보안" icon="shield-check" href="/ko/pages/verifiable-randomness-functions-vrfs/introduction/security" iconType="duotone">
    VRF 보안 보장 이해하기
  </Card>

  <Card title="자주 묻는 질문" icon="circle-question" href="/ko/pages/verifiable-randomness-functions-vrfs/introduction/faq" iconType="duotone">
    VRF에 관한 자주 묻는 질문
  </Card>
</CardGroup>
