Hierarchy

  • DappStores

Constructors

Properties

cachedStores: undefined | StoresSchema
githubOwner: "merokudao" = "merokudao"
githubRepo: "dapp-store-registry" = "dapp-store-registry"
initialized: boolean = false
lastStoresCheckedAt: undefined | Date
schema: string = "stores"
storesRemoteUrl: string = ...
strategy: RegistryStrategy
TTL: number = ...

Methods

  • get all category for dappStore

    Returns

    Returns {
        category: string;
    }[]

  • Gets all the featured sections defined in th2e store. Along with the dApps. If no featured section is defined, returns undefined

    Returns

    The list of featured sections and the dApps in that section

    Parameters

    • storeKey: string

    Returns Promise<FeaturedSection[]>

  • Parameters

    • key: string

    Returns Promise<StoreSchema>

  • Returns Promise<void>

  • validate dapp enrich details for dapps when a appstore is overiding the metadata of dapps

    Returns

    Parameters

    Returns (string | boolean)[]

Generated using TypeDoc