This directory contains code for Origin discovery servers:
- listener: Server that listens to events emitted by Origin contracts and indexes them.
- apollo: GraphQL server for indexed data
- lib: library for indexing data in various backend. Currently Postgres and Elasticsearch are supported.
Refer to this README
Refer to this README
For linting run:
lerna --scope origin-discovery run lint
For unit tests run:
lerna --scope origin-discovery run test