nanspro / discover

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

Home Page:https://thegraph.com/explorer/subgraph/nanspro/discover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    }
  }
}

About

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

https://thegraph.com/explorer/subgraph/nanspro/discover

License:MIT License


Languages

Language:TypeScript 100.0%