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
  • Understanding and Expectations
  • Whitelisting Media Domains
  • API & SDK
  • API
  • SDK
  • Let us know

Was this helpful?

  1. Using Meroku

Launch .appStore

Launch your own .appStore

PreviousSaving On ChainNextClaiming Your .appStore Name

Last updated 1 year ago

Was this helpful?

Understanding and Expectations

Like any .app, a decentralized .appStore needs both frontend and backend components. This is where the dApp Store Kit comes in; providing the backend framework so you can focus on your brand and custom UX.

We'll first release backend APIs enabling full control and flexibility. Then we'll add frontend SDKs (React Components) to accelerate development.

The assumption is that you own the frontend implementation, leveraging the APIs and SDKs to interact with the dApp Store Kit on the backend. This empowers you to craft the exact decentralized .appStore experience your vision requires.

You can also start quickly by using a and skinning it as per your own design guidelines.

Whitelisting Media Domains

All the media in the registry are served from the following two domains:

  1. https://ipfs.thirdwebcdn.com

  2. http://ipfs.dweb.link/

If you need to whitelist them, you should do so.

API & SDK

API

If you have a native .app (android or iOS), or any .app that can not use npm package, then this is the right choice for you. The API is documented at .

To learn more about how to get API Key and rate limits, see API

SDK

Let us know

If you have implemented a .appStore using dApp Store Protocol, let us know. We will love to add you to a list of .appStores.

The SDK is currently available for nodejs .apps. It’s a wrapper over the API mentioned above and exposes similar functionalities. More details on installing and using the SDK is available in its documentation are available at .

πŸ’
Reference Implementation
https://docs.meroku.store/
@merokudao/storekit-sdk