Skip to content

litentry/litentry-graph

Repository files navigation

Litentry Graph

This repository contains the GraphQL server and the subschemas that are exposed via the graph. We also load remote schemas via the graph e.g. the one based on Substrate data.

Contents

Getting Started

Run yarn && yarn start

Deployment

Initial deployment

  • Clone repository
  • Run ./init-letsencrypt.sh
  • Run docker-compose -f docker-compose.prod.yml up -d

Subsequent deployments

  • Run make deploy

Make deploy will:

  • pull the latest code
  • build a new container
  • reload nginx so that it resolves to the new container
  • tear down the old container
  • reload nginx so that it stops resolving to the old container

About

A GraphQL Server providing aggregated blockchain identity data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages