Skip to main content

List your dapp on the Chromia Vault

To list your dapp on the Chromia Vault, you need to implement a find_dapp_details query that provides metadata about your dapp.

Prerequisites

  • A deployed dapp on Chromia (Mainnet or Testnet)
  • Media files for your dapp (icons, screenshots, etc.)
  • Filehub or any web3 storage for media content

Choose your approach

Quick setup (hardcoded metadata)

Best for: Quick prototypes, simple dapps, or when you don't need frequent content updates.

Pros: Fast setup, simple implementation, no admin key management
Cons: Requires redeployment for changes, no dynamic updates

Dynamic setup (database-based metadata)

Best for: Production dapps, frequent content updates, or when you need admin control.

Pros: Easy content updates without redeployment, admin control, no redeployment needed
Cons: More complex initial setup, requires admin key management