You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intro
We require a starter project for Cresent 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).
jamesbayly
changed the title
[$100 in kSQT] Build starter project for Cresent Network
[$50 in kSQT] Build starter project for Cresent Network
Aug 31, 2023
jamesbayly
changed the title
[$50 in kSQT] Build starter project for Cresent Network
[$50 in SQT] Build starter project for Cresent Network
Feb 28, 2024
Intro
We require a starter project for Cresent 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://crescent.network/
Schema:
type Transfers @entity {
id: ID!
blockHeight: BigInt
txHash: String
fromAddress: String
toAddress: String
amount: String
denomination: String
}
RPC:
https://github.com/cosmos/chain-registry
Protobuf:
Need to source
Explorer
https://mapofzones.com/zones/crescent-1/overview?columnKey=ibcVolume&period=24h
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: