# Introduction (/docs/cookbook)

import { Cards, Card } from 'fumadocs-ui/components/card';

Practical guides and code recipes for building on RISE. Learn by doing with step-by-step tutorials.

## Smart Contracts

<Cards>
  <Card title="Deploy Your First Contract" href="/docs/cookbook/deploy-first-contract" description="Create and deploy a simple Counter contract using Remix, Foundry, or Hardhat" />

  <Card title="Deploy an ERC20 Token" href="/docs/cookbook/deploy-erc20-token" description="Create and deploy your own ERC20 token on RISE" />
</Cards>

## RISE Wallet

<Cards>
  <Card title="RISE Wallet Demo" href="/docs/cookbook/rise-wallet-quickstart" description="Build a Next.js app with passkey and session key flows" />
</Cards>

## Shreds

<Cards>
  <Card title="Reaction Time Game" href="/docs/cookbook/reaction-time-game" description="Build an arcade game showcasing 3ms transaction confirmations" />

  <Card title="Shred Ninja" href="/docs/cookbook/shred-ninja" description="Build a realtime blockchain game powered by 3ms event streaming" />
</Cards>

## VRF

<Cards>
  <Card title="VRF Rock-Paper-Scissors" href="/docs/cookbook/vrf-rock-paper-scissors" description="Build an onchain rock-paper-scissors game with instant VRF randomness" />
</Cards>

## RISEx

<Cards>
  <Card title="RISEx Telegram Bot" href="/docs/cookbook/risex-telegram-bot" description="Build an AI-powered trading bot for perpetual futures" />
</Cards>

## Complete

<Cards>
  <Card title="RISE Slots" href="/docs/cookbook/rise-slots" description="Build a production-grade slot machine with VRF, session keys, and instant results" />
</Cards>
