> ## 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://one.magicblock.app" iconType="duotone">
    公開中のアプリを試す
  </Card>

  <Card title="リポジトリを見る" icon="github" href="https://github.com/magicblock-labs/one" iconType="duotone">
    ソースコードと実装を見る
  </Card>

  <Card title="Private Payment API" icon="server" href="https://docs.magicblock.gg/pages/private-ephemeral-rollups-pers/api-reference/per/introduction" iconType="duotone">
    プライベート決済を最速・最短で構築する方法
  </Card>

  <Card title="ブログ記事" icon="newspaper" href="https://www.magicblock.xyz/blog/private-payments-api" iconType="duotone">
    プライベート決済構築についてさらに学ぶ
  </Card>
</CardGroup>

***

<img src="https://mintcdn.com/magicblock-42/yuSZ4V1fWvdtozdf/images/gifs/private-payment-920w.gif?s=084136f1ce5d6469a34274234ed42d93" alt="Private Payments Demo" width="920" height="1006" data-path="images/gifs/private-payment-920w.gif" />

## 概要

Private Ephemeral Rollups を使って、オンチェーン上でプライベートに送金・受取を行います。このデモでは、ブロックチェーン技術の安全性と composability を保ちながら confidential transactions を実装する方法を示します。

***

## 関連プロダクト

<CardGroup cols={2}>
  <Card title="Private Ephemeral Rollup" icon="shield-check" href="/jp/pages/private-ephemeral-rollups-pers/introduction/onchain-privacy" iconType="duotone">
    Private ER が confidential on-chain computation を可能にする仕組みを学ぶ
  </Card>

  <Card title="Authorization" icon="key" href="/jp/pages/private-ephemeral-rollups-pers/introduction/authorization" iconType="duotone">
    Private ER における authorization の仕組みを理解する
  </Card>

  <Card title="クイックスタートガイド" icon="rocket" href="/jp/pages/private-ephemeral-rollups-pers/how-to-guide/quickstart" iconType="duotone">
    プライベートアプリ構築を始める
  </Card>

  <Card title="コンプライアンスフレームワーク" icon="certificate" href="/jp/pages/private-ephemeral-rollups-pers/introduction/compliance-framework" iconType="duotone">
    コンプライアンス基準とガイドライン
  </Card>
</CardGroup>

***
