> ## 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="/cn/pages/verifiable-randomness-functions-vrfs/introduction/solana-vrf" iconType="duotone">
    了解为什么可验证随机性很重要
  </Card>

  <Card title="VRF 快速开始" icon="rocket" href="/cn/pages/verifiable-randomness-functions-vrfs/how-to-guide/quickstart" iconType="duotone">
    开始使用可验证随机性
  </Card>

  <Card title="安全" icon="shield-check" href="/cn/pages/verifiable-randomness-functions-vrfs/introduction/security" iconType="duotone">
    理解 VRF 的安全保证
  </Card>

  <Card title="常见问题" icon="circle-question" href="/cn/pages/verifiable-randomness-functions-vrfs/introduction/faq" iconType="duotone">
    了解关于 VRF 的常见问题
  </Card>
</CardGroup>
