Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EG-easy committed Oct 25, 2021
1 parent 0f70d9f commit d8d9320
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit d8d9320

Please sign in to comment.