> ## 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/anchor-counter" iconType="duotone">
    ソースコードと実装を見る
  </Card>
</CardGroup>

***

## 概要

Ephemeral Rollups を使って、低レイテンシでオンチェーンのカウンターを追跡・更新します。このシンプルな例では、accounts を ephemeral rollups に委任し、高頻度の状態更新を実現するための基本概念を示します。

***

## 関連プロダクト

<CardGroup cols={2}>
  <Card title="Ephemeral Rollup" icon="gauge-max" href="/jp/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup" iconType="duotone">
    Ephemeral Rollups の仕組みを学ぶ
  </Card>

  <Card title="クイックスタートガイド" icon="rocket" href="/jp/pages/ephemeral-rollups-ers/how-to-guide/quickstart" iconType="duotone">
    Ephemeral Rollups を始める
  </Card>

  <Card title="Anchor 統合" icon="anchor" href="/jp/pages/ephemeral-rollups-ers/how-to-guide/anchor" iconType="duotone">
    Anchor フレームワークで構築する
  </Card>

  <Card title="Magic Router" icon="route" href="/jp/pages/ephemeral-rollups-ers/introduction/magic-router" iconType="duotone">
    transaction routing を理解する
  </Card>
</CardGroup>
