> ## 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="/jp/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    検証可能なランダム性が重要な理由を学ぶ
  </Card>

  <Card title="VRF クイックスタート" icon="rocket" href="/jp/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    検証可能なランダム性を始める
  </Card>

  <Card title="セキュリティ" icon="shield-check" href="/jp/pages/verifiable-randomness-functions-vrfs/introduction/security" iconType="duotone">
    VRF のセキュリティ保証を理解する
  </Card>

  <Card title="よくある質問" icon="circle-question" href="/jp/pages/verifiable-randomness-functions-vrfs/introduction/faq" iconType="duotone">
    VRF に関するよくある質問
  </Card>
</CardGroup>
