> ## 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="play" href="https://mb-vrf.vercel.app/" iconType="duotone">
    라이브 애플리케이션 체험하기
  </Card>

  <Card title="저장소 보기" icon="github" href="https://github.com/magicblock-labs/starter-kits/tree/main/vrf-demo" iconType="duotone">
    소스 코드와 구현 살펴보기
  </Card>

  <Card title="블로그 글" icon="newspaper" href="https://www.magicblock.xyz/blog/true-onchain-randomness" iconType="duotone">
    검증 가능한 랜덤성에 대해 더 알아보기
  </Card>
</CardGroup>

***

<img src="https://mintcdn.com/magicblock-42/Pp-opuWd18lgBq2L/images/template_images/vrf.png?fit=max&auto=format&n=Pp-opuWd18lgBq2L&q=85&s=8e42b1b19c0b9623a6f418bf7753512f" alt="VRF Random Character Generator" width="1940" height="1208" data-path="images/template_images/vrf.png" />

## 개요

온체인의 검증 가능한 랜덤성을 사용해 고유한 캐릭터를 생성합니다. 이 데모는 VRF(Verifiable Random Functions)를 활용해 게임과 NFT 애플리케이션을 위한 공정성이 증명 가능하고 예측 불가능한 캐릭터 속성을 만드는 방법을 보여줍니다.

***

## 관련 제품

<CardGroup cols={2}>
  <Card title="Verifiable Randomness" icon="stars" 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/how-to-guide/best-practices" iconType="duotone">
    VRF 구현 모범 사례 알아보기
  </Card>

  <Card title="기술 세부 사항" icon="gear" href="/ko/pages/verifiable-randomness-functions-vrfs/introduction/technical-details" iconType="duotone">
    VRF가 내부적으로 어떻게 동작하는지 이해하기
  </Card>
</CardGroup>
