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 Omniflix #40

Open
siqi0408 opened this issue Aug 30, 2023 · 1 comment
Open

[$100 in kSQT] Build starter project for Omniflix #40

siqi0408 opened this issue Aug 30, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@siqi0408
Copy link
Collaborator

siqi0408 commented Aug 30, 2023

Intro
We require a starter project for Omniflix 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://omniflix.network/

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/omniflix

@siqi0408 siqi0408 added the help wanted Extra attention is needed label Aug 30, 2023
@web3cdnservices
Copy link

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

2 participants