Meroku Knowledge Hub
GithubMeroku Protocol
  • 🎨The Ecosystem
    • Meroku Protocol
      • Personas In The Ecosystem
    • dApp Store Kit (dSK)
      • Use Cases
    • dApp-sdk
      • Modules
    • PWAs X Meroku
  • 💁Using Meroku
    • Publishing .apps
      • Claiming Your .app Name
      • Preparing For Submission
      • Updating Metadata
        • Basic Info
        • .app Builds
          • Android
          • iOS
          • Web
        • .app Images
        • Saving On Chain
    • Launch .appStore
      • Claiming Your .appStore Name
      • Metadata Update
        • Basic Information
        • .appStore Images
        • Assign a .dev Profile
        • Publish
        • .appStore Context
      • .appStore Implementation
        • Reference Implementations
          • Android
          • web (vanilla)
          • web (featured)
          • iOS
        • Custom Implementation
          • User Identity
          • appStore Context
          • .app Listing
          • Search
          • Rating & Reviews
      • Deploying .appStore
    • Developer Profile
      • .dev Profile
      • Update Developer Info
      • Publish
  • 👨‍💻Developers
    • API
    • API Docs
  • 🤝Contributing
    • For Contributors
  • 🎋Apps
    • dApp Explorer
    • .appStore Explorer
    • Contractly.in
  • 🧑‍🚒Support & FAQs
    • Contact Us
Powered by GitBook
On this page
  • Getting .app details
  • Redirecting to the .app
  • Downloading the .app
  • Ratings & Reviews

Was this helpful?

  1. Using Meroku
  2. Launch .appStore
  3. .appStore Implementation
  4. Custom Implementation

.app Listing

Display an app in your .appStore

PreviousappStore ContextNextSearch

Last updated 1 year ago

Was this helpful?

Getting .app details

You can get the .app details by using the API call documented at

Once you get the required info, you should be showing them in your UI.

Redirecting to the .app

In order to redirect users to the .app, the following link should be used. This link has analytics associated with the visits.

API - .

SDK - .

Downloading the .app

By default a button to download the .app should be shown at an appropriate place. This button should be linked with the URL to download the .app. This link has authentication & analytics associated with it.

API - .

SDK - .

Ratings & Reviews

You would also want to show ratings associated with an .app. Your .appStore user should also be able to rate and provide reviews on any app. Meroku dApp Store Kit APIs enable you to do all this. To learn more visit

💁
https://docs.meroku.store/#/paths/api-v1-dapp-search-dappId/get
https://docs.meroku.store/#/operations/visitDapp
AnalyticsApi | @merokudao/storekit-sdk
https://docs.meroku.store/#/operations/downloadBuildUrl
DAppRegistryApi | @merokudao/storekit-sdk
.apps