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 Celestia with the following schema below. Check out https://github.com/subquery/cosmos-subql-starter for examples of other Cosmos based starter projects for ideas.
Intro
We require a starter project for Celestia with the following schema below. Check out https://github.com/subquery/cosmos-subql-starter for examples of other Cosmos based starter projects for ideas.
Project URL: https://celestia.org/
Schema:
type Transfers @entity {
id: ID!
blockHeight: BigInt
txHash: String
fromAddress: String
toAddress: String
amount: String
denomination: String
}
RPC:
https://consensus-full-arabica-8.celestia-arabica.com/
Protobuf:
https://github.com/celestiaorg/celestia-app/tree/main/proto
https://github.com/celestiaorg/cosmos-sdk/tree/v1.15.0-sdk-v0.46.13/proto/cosmos
Explorer:
https://explorer-arabica-8.celestia-arabica.com/arabica-8
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: