prallel-moonbeam-distribution-subql

0.1.0 • Public • Published

Moonbeam Distribution Subql

Based on SubQuery project defines for collect the crowdloan data from Heiko or Parallel Substrate blockchain

Development

Start project in Docker

docker-compose pull && docker-compose up

Query data

open your browser and head to http://localhost:3000.

Finally, you should see a GraphQL playground is showing in the explorer and the schemas that ready to query.

  query {
      claimTxes (first: 5) {
          nodes {
              id
              from
              to
              amount
          }
      }
      distributionTxes (first: 5) {
          nodes {
              id
              from
              to
              amount
          }
      }
  }

Readme

Keywords

none

Package Sidebar

Install

npm i prallel-moonbeam-distribution-subql

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Unpacked Size

980 kB

Total Files

10

Last publish

Collaborators

  • ryan-man