GitHunt
NA

nanspro/discover

A subgraph for dapps which are put on https://dap.ps to be curated by community.

discover

A subgraph for dapps which are put on https://dap.ps to be curated by community.

Installation

yarn install
yarn codegen
yarn deploy

Example Query

Get metadata of latest 5 dapps

{
  dappMetas(first: 5) {
    id
    ipfsHash
    hash
    status
    details {
      id
      name
      description
      url
      uploader
      image
      category
      dateAdded
    }
  }
}

Languages

TypeScript100.0%

Contributors

MIT License
Created August 28, 2019
Updated August 24, 2020
nanspro/discover | GitHunt