Skip to content

tubleronchik/liability_cacher

 
 

Repository files navigation

Liability Cacher

It listens to all new liability events and stores them into a database. Provides GraphQL API for data requests.

GraphQL Schema

http://endpoint/graphql

{
  liabilities(model: "QmaTLSFvFh2gTv5eUDfpE1YZjiwuPwSq9RpSG9kSJ6Y9W9", limit: 1) {
    id
    model
    lighthouse
  }
}

Liabilities' arguments:

  • model - optional, model hash
  • limit - optional, how many results. If not provided, returns all records

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.0%
  • Nix 3.8%
  • CMake 2.2%