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 Meter.io starter project #37

Open
seandotau opened this issue Jul 20, 2023 · 2 comments
Open

[$100 in kSQT] Build Meter.io starter project #37

seandotau opened this issue Jul 20, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@seandotau
Copy link

Schema

Example schema indexing transfers.

type Transaction @entity {
  id: ID! # Transaction hash
  txHash: String
  blockHeight: BigInt
  to: String!
  from: String!
  value: BigInt!
  contractAddress: String!
}

type Approval @entity {
  id: ID! # Transaction hash
  value: BigInt!
  owner: String!
  spender: String!
  contractAddress: String!
}

RPC

ref: https://docs.meter.io/developer-documentation/introduction#mainnet

Explorer

@seandotau seandotau added the help wanted Extra attention is needed label Jul 20, 2023
@web3cdnservices
Copy link

@jamesbayly
Copy link
Contributor

Congratulations @web3cdnservices and thanks for the contribution

Can you please provide your Polygon-compatible wallet address for reward

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

3 participants