@merokudao/dapp-store-registry
TypeScript icon, indicating that this package has built-in type declarations

0.1.109 • Public • Published

dApp Store Registry

MerokuDAO dApp Store Registry is self explanatory name. It contains the dApp Store registry and a helper class to search, filter & list dApps

Adding your dApp to registry

  1. Fork this repo
  2. Update the file registry.json to add your dApp. The schema is described in merokuDappStore.registrySchema.json.
  3. Create a PR
  4. After PR is approved and merged, your dApp will be listed in the Meroku dApp Store.

Usage

Installation

Install using NPM as npm install @merokudao/dapp-store-registry or using YARN as yarn add @merokudao/dapp-store-registry

Usage

Basic

// Import
import { DappStoreRegistry } from "@merokudao/dapp-store-registry";

// Instantiate a registry.
const registry = new DappStoreRegistry();
await registry.init();

// Find all the dApps
const dApps = await registry.dApps();

// Search dApps with query string "nft"
const dAppsResult = registry.search("nft");

Detailed docs can be viewed at https://merokudao.github.io/dapp-store-registry/.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.10914latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.10914
0.1.1080
0.1.1070
0.1.1060
0.1.1050
0.1.1040
0.1.1030
0.1.1020
0.1.1010
0.1.1000
0.1.990
0.1.980
0.1.971
0.1.960
0.1.950
0.1.940
0.1.930
0.1.920
0.1.910
0.1.900
0.1.890
0.1.880
0.1.870
0.1.860
0.1.850
0.1.840
0.1.830
0.1.820
0.1.810
0.1.800
0.1.790
0.1.780
0.1.770
0.1.760
0.1.750
0.1.740
0.1.730
0.1.720
0.1.710
0.1.700
0.1.690
0.1.681
0.1.670
0.1.660
0.1.650
0.1.640
0.1.630
0.1.620
0.1.610
0.1.600
0.1.580
0.1.572
0.1.560
0.1.550
0.1.540
0.1.530
0.1.520
0.1.510
0.1.500
0.1.490
0.1.480
0.1.460
0.1.450
0.1.440
0.1.430
0.1.430010
0.1.420
0.1.410
0.1.400
0.1.380
0.1.370
0.1.360
0.1.350
0.1.340
0.1.330
0.1.320
0.1.310
0.1.300
0.1.280
0.1.270
0.1.260
0.1.250
0.1.240
0.1.230
0.1.220
0.1.210
0.1.200
0.1.190
0.1.180
0.1.170
0.1.160
0.1.150
0.1.1440
0.1.1430
0.1.1420
0.1.1410
0.1.1400
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @merokudao/dapp-store-registry

Weekly Downloads

18

Version

0.1.109

License

MIT

Unpacked Size

17.7 MB

Total Files

113

Last publish

Collaborators

  • kailash-bitpack
  • pr4n