-
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 SQT] Build starter project for Chihuahua #43
Comments
chihuahua-starter-subquery-node-1 | 2023-09-08T12:10:19.450Z ERROR Failed to fetch blocks 9134586...9134586 Error: Value must not be undefined Need more time for problem resolving. |
Hi@web3cdnservices Any updates? Please let me know if you need any help |
PR submitted: subquery/cosmos-subql-starter#85 It fails CI/CD checks, though: complaining about Dockerfile open text passwords. I checked the other PRs, which don't have failed CI/CD, and they seem to have the same open text password in Dockerfile. |
@singulart can you submit an invoice for this challenge to our team following the guidelines here https://docs.google.com/document/d/192uSkmxz5fty_Vmgx1hXuF8KY3TwBOw11hp8VlQjInE/edit?usp=sharing |
Intro
We require a starter project for Chihuahua 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://www.chihuahua.wtf
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/chihuahua
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: