mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.3...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Credential Issuing Service - Python sample code
This code implements an HTTP API that issues credentials on the XRPL on request.
Quick install & usage:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
flask --app issuer_service run
For more detail, see the full tutorial for How to build a service that issues credentials on the XRP Ledger.