A service to manage regulator portal requests/responses that require authentication, document submission and validation.
Provides the ability to:
- Log in using a vLEI ECR
- Upload signed files
- Check the status of an upload
After you have built the project locally (ex python -m pip install -e .) In your terminal from the root project dir:
python src/regps/app/fastapi_app.py
docker-compose down
docker-compose up
The web app (UI front-end) uses Signify/KERIA for selecting identifiers and credentials: See: reg-pilot-webapp
The verifier uses keripy for verifying the requets: See: vlei-verifier
- KERI Witness Network
- vLEI Verifier
- KERI Agent
You can run a test query using Swagger by going to:
http://127.0.0.1:8000/docs