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

Build Agoric starter project #38

Open
seandotau opened this issue Aug 9, 2023 · 1 comment
Open

Build Agoric starter project #38

seandotau opened this issue Aug 9, 2023 · 1 comment
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 converted this from a draft issue Aug 9, 2023
@seandotau seandotau moved this from Coming Soon to Open Tasks! in Developer Guild Aug 9, 2023
@seandotau seandotau added the help wanted Extra attention is needed label Aug 9, 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
None yet
Development

No branches or pull requests

2 participants