Skip to content

Setup

Torii Configuration

To provide a rich user experience in Arcade, we recommend enhancing your Torii configuration to enable live activity feeds, asset indexing, and leaderboards. This configuration also supports marketplace functionality for asset display.

⚡️ Activity Feed

Display live player activity on your Arcade edition page.

[indexing]
transactions = true

💄 Player Asset Indexing

Index and display custom in-game assets tied to your players. This enables asset display in both the Arcade edition page and marketplace functionality.

[indexing]
contracts = [
    "ERC20:0x1234...5678",
    "ERC721:0x1234...5678",
]

✨ Leaderboard Integration

Enable live leaderboards based on progression events or achievements (if implemented).

[sql]
historical = ["<YOUR-NAMESPACE>-TrophyProgression"]

Only add TrophyProgression if your game emits progression events through achievements.