From d8d93204504c01530663c0f84a339b81b5772b22 Mon Sep 17 00:00:00 2001 From: EG-easy <1018eguchi@gmail.com> Date: Tue, 26 Oct 2021 01:43:23 +0900 Subject: [PATCH] update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index f54f785..0ed04c3 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ # node-graphql-api + +Blockchain Exporter and GraphQL API for [Neuron Incentivized Testnet](https://github.com/cosmos-gaminghub/testnets/tree/master/neuron-1) using [CosmJS](https://github.com/cosmos/cosmjs) for node client and [Sequelize](https://github.com/sequelize/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 +```