> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-codex-update-discord-invite.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# テンプレート

> Sequenceドキュメントのテンプレート一覧

オープンソースのコードデモやサンプル、ボイラープレートを活用して、Sequenceの導入を市場投入までの時間を短縮しましょう。

## オンボーディング

### React用Web SDK＋Embedded Walletボイラープレート

Web SDKと組み合わせたEmbedded WalletをシンプルなReactアプリで紹介するサンプルボイラープレートです。

Sequence-CLIで実行：

```bash theme={null}
npx sequence-cli boilerplates create-embedded-wallet-react-starter
```

<CardGroup cols={2}>
  <Card title="リポジトリ" icon="github" href="https://github.com/0xsequence-demos/kit-embedded-wallet-react-boilerplate" horizontal />

  <Card title="デモ" icon="globe" href="https://kit-embedded-wallet-react-boilerplate.pages.dev/" horizontal />
</CardGroup>

### NextJS用Web SDKおよびEmbedded Walletの統合ボイラープレート例です。このボイラープレートは、Web SDKとEmbedded WalletをシンプルなNextJSアプリケーションに統合した例です。

Sequence-CLIで実行：

```bash theme={null}
npx sequence-cli boilerplates create-embedded-wallet-nextjs-starter
```

<CardGroup cols={2}>
  <Card title="リポジトリ" icon="github" href="https://github.com/0xsequence-demos/kit-embedded-wallet-nextjs-boilerplate" horizontal />

  <Card title="デモ" icon="globe" href="https://kit-embedded-wallet-nextjs-boilerplate.pages.dev/" horizontal />
</CardGroup>

### バックエンドでウォレット検証を行うEmbedded Walletボイラープレート

JWTを渡してSequence APIで検証し、Embedded Walletの所有権を確認するWebアプリのサンプルです。

<Card title="リポジトリ" icon="github" href="https://github.com/0xsequence-demos/embedded-wallet-verify-session" horizontal />

### Unreal Engine用Embedded Walletボイラープレート

Unreal SDKを使い、Embedded Walletでメッセージ署名やERC20トランザクション送信を行うサンプルアプリです。

<Card title="リポジトリ" icon="github" href="https://github.com/0xsequence/unreal-embedded-wallet-boilerplate" horizontal />

### Web SDKのエンドツーエンドプレイグラウンド

React & NextJSでの実装例。Web SDKを使ったメッセージ署名、トランザクション送信、インベントリ表示、NFTミントなどの一般的なパターンを紹介します。

<CardGroup cols={2}>
  <Card title="リポジトリ" icon="github" href="https://github.com/0xsequence/web-sdk/tree/master/examples" horizontal />

  <Card title="デモ" icon="globe" href="https://0xsequence.github.io/kit/" horizontal />
</CardGroup>

### ウォレットリンク機能を使ったEmbedded Walletデモ

プレイヤーが所有する他のEOAウォレットを資産移動や認証目的でリンクできるサンプルアプリです。下のデモボタンから「EOA Link」をクリックして、フローを体験できます。

<CardGroup cols={2}>
  <Card title="リポジトリ" icon="github" href="https://github.com/0xsequence-demos/demo-waas-wallet-link" horizontal />

  <Card title="デモ" icon="globe" href="https://0xsequence.github.io/demo-waas-auth/" horizontal />
</CardGroup>

## マネタイズ

### カスタムマーケットプレイスボイラープレート

SequenceのマーケットプレイスAPIを活用した、完全カスタマイズ可能なホワイトラベルマーケットプレイスのオープンソースボイラープレートです。

<CardGroup cols={2}>
  <Card title="リポジトリ" icon="github" href="https://github.com/0xsequence/marketplace-boilerplate" horizontal />

  <Card title="デモ" icon="globe" href="https://impressive-beaver-41204.sequence.market/" horizontal />
</CardGroup>

## API

### Cloudflare Workerを使ったトランザクションAPIテンプレート

インテグレーターがユーザーにコレクティブルをミントさせるためのテンプレートです。Sequence Transactions APIを利用し、サーバーレスでスケーラブルなガスレス取引を実現します。

<Card title="リポジトリ" icon="github" href="https://github.com/0xsequence-demos/template-cloudflare-worker-sequence-transactions-api" horizontal />
