Giter Site home page Giter Site logo

zhwindy / dapp-store-registry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from merokudao/dapp-store-registry

0.0 0.0 0.0 2.18 MB

MerokuDAO dApp Store Registry is a package that allows application to add, search, update dApps into the dApp Store Registry

Home Page: https://merokudao.github.io/dapp-store-registry/

License: GNU Affero General Public License v3.0

TypeScript 100.00%

dapp-store-registry's Introduction

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/.

dapp-store-registry's People

Contributors

0xbitmonk avatar adarshmishra07 avatar dependabot[bot] avatar r4881t avatar rishikesh-y avatar zhwindy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.