Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
siqi0408 opened this issue Oct 10, 2023 · 4 comments
Open

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

siqi0408 opened this issue Oct 10, 2023 · 4 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@siqi0408
Copy link
Collaborator

siqi0408 commented Oct 10, 2023

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

@siqi0408 siqi0408 self-assigned this Oct 10, 2023
@siqi0408 siqi0408 added the help wanted Extra attention is needed label Oct 10, 2023
@vvayffaring
Copy link

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

@jamesbayly
Copy link
Contributor

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

@vvayffaring
Copy link

@jamesbayly done

@jamesbayly
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: Done
Development

No branches or pull requests

3 participants