Skip to content

Latest commit

 

History

History
 
 

discovery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

origin_github_banner

Origin Discovery

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.

Discovery server

Refer to this README

Listener

Refer to this README

Running tests

For linting run:

lerna --scope origin-discovery run lint

For unit tests run:

lerna --scope origin-discovery run test