subquery/developer-guild

[$100 in kSQT]Build starter project for Mars

Opened this issue · 1 comments

Intro
We require a starter project for Mars 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://marsprotocol.io/

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

RPC:
Need to source

Protobuf:
Need to source

Explorer:
https://www.mintscan.io/mars-protocol

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