2byrds / reg-pilot-api

Regulatory pilot api to the verification suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reg-pilot-api

A service to manage regulator portal requests/responses that require authentication, document submission and validation.

Architecture

Server (this service)

Provides the ability to:

  • Log in using a vLEI ECR
  • Upload signed files
  • Check the status of an upload

Running locally:

After you have built the project locally (ex python -m pip install -e .) In your terminal from the root project dir:

gunicorn regps.app.service:app

Running in Docker:

docker-compose build --no-cache
docker-compose down
docker-compose up

Requires a running Redis instance on the default port.

Webapp

The web app (UI front-end) uses Signify/KERIA for selecting identifiers and credentials: See: reg-pilot-webapp

Verifier

The verifier uses keripy for verifying the requets: See: vlei-verifier

Additional service

  • KERI Witness Network
  • vLEI Verifier
  • KERI Agent

REST API

You can run a test query using Swagger by going to:

http://127.0.0.1:8000/api/doc#

About

Regulatory pilot api to the verification suite

License:Apache License 2.0


Languages

Language:Python 98.5%Language:Dockerfile 1.2%Language:Shell 0.3%