subquery / developer-guild

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

[$100 in kSQT] Build starter project for Dymension #48

Open siqi0408 opened 10 months ago

siqi0408 commented 10 months ago

Intro We require a starter project for Dymension with the following schema below. Check out GitHub - subquery/cosmos-subql-starter for examples of other Cosmos based starter projects for ideas.

The challenge will be to confirm the RPC endpoint, (there maybe some free ones available) and also to confirm the protobuf files (a Google search will help).

RPC: https://rpc-hub-35c.dymension.xyz/) https://rest-hub-35c.dymension.xyz)/

Protobuf: https://github.com/dymensionxyz/dymension/tree/main/proto/dymension

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

Explorer: http://dymscan.com/

important When you're done developing please make a PR to https://github.com/subquery/cosmos-subql-starter/pulls

vvayffaring commented 9 months ago

hi siqi, you can check my repo https://github.com/vvayffaring/dymension

jamesbayly commented 9 months ago

Can you please make a PR to https://github.com/subquery/cosmos-subql-starter/pulls

vvayffaring commented 9 months ago

@jamesbayly done

jamesbayly commented 9 months ago

@siqi0408 please arrange half of the reward for this project, there were some key things missing an incomplete that we had to resolve