Centralized cache for blockchain data
Features scrape any data available on blockchain (events, tx data, traces)
npm run sync
- sync back from the latest block
npm run subscribe
- sync any missing blocks & watch for future updates
npm run graphql
- run graphql in development
rpm build && npm serve
- run graphql in production