-
Notifications
You must be signed in to change notification settings - Fork 4
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
[$50 in kSQT] Build starter project for Jackal Labs #52
Labels
help wanted
Extra attention is needed
Comments
|
@vvayffaring can you please make a PR to https://github.com/subquery/cosmos-subql-starter/pulls |
@jamesbayly done |
@siqi0408 please arrange the rewards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We require a starter project for Dymension 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 confirm the RPC endpoint, (there maybe some free ones available) and also to confirm the protobuf files (a Google search will help).
RPC:
http://167.142.158.242:36657/ (grpc is port 19090 and webgrpc is 19091)
Protobuf:
https://github.com/JackalLabs/canine-chain/tree/master/proto/canine_chain
Schema:
type Transfers @entity {
id: ID!
blockHeight: BigInt
txHash: String
fromAddress: String
toAddress: String
amount: String
denomination: String
}
Explorer:
https://www.jackallabs.io/
important
When you're done developing please make a PR to
https://github.com/subquery/cosmos-subql-starter/pulls
The text was updated successfully, but these errors were encountered: