Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 474 Bytes

node-graphql-api

Blockchain Exporter and GraphQL API for Neuron Incentivized Testnet using CosmJS for node client and Sequelize for orm.

Chain Exporter

node exporter/index.js

Sync Node data and save them in RDB.

  • block
  • tx
  • beginBlockEvent(slash, liveness)

GraphQL API

node graphql/index.js