Skip to content

Instantly share code, notes, and snippets.

@ambethia
Created March 27, 2018 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambethia/5b14aa26f72e4ffef152b6e6cc3262c5 to your computer and use it in GitHub Desktop.
Save ambethia/5b14aa26f72e4ffef152b6e6cc3262c5 to your computer and use it in GitHub Desktop.

neo-gql

GraphQL block explorer for the Neo blockchain.

  • Add pagination arguments for plural queries (blocks, accounts, transactions, etc.)
  • Add filtering for transaction types (e.g. ClaimTransaction, ContractTransaction)
  • Added default ordering of blocks and transactions by block index

https://github.com/CityOfZion/neo-gql/compare/master@%7B2018-03-13%7D...master

Example client

Open source project that demonstrates real-world usage of the neo-gql GraphQL API to create a block explorer for a neo-based blockchain (VRS).

https://github.com/VerisFoundation/scan/commit/211d089e3572011218d69dbb877e3be975d2afc8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment