subquery / developer-guild

A repository of all SubQuery Grants
15 stars 4 forks source link

[$100 in kSQT] Build starter project for Cheqd #44

Closed siqi0408 closed 1 year ago

siqi0408 commented 1 year ago

Intro
 We require a starter project for Cheqd with the following schema below. Check out https://github.com/subquery/cosmos-subql-starter for examples of other Cosmos based starter projects for ideas. The challenge will be to source an RPC endpoint, (there maybe some free ones available) and also to find the protobuf files (a Google search will help).

Project URL: https://cheqd.io/

Schema: type Transfers @entity { id: ID! blockHeight: BigInt txHash: String fromAddress: String toAddress: String amount: String denomination: String }

RPC: Need to source

Protobuf: Need to source

web3cdnservices commented 1 year ago

https://github.com/subquery/cosmos-subql-starter/pull/43