Files
xrpl-dev-portal/_code-samples/issue-credentials/js
2025-04-23 09:15:35 +01:00
..
2025-04-15 11:45:54 +01:00
2025-04-23 09:15:35 +01:00
2025-04-17 12:58:31 +01:00

Credential Issuing Service - Python sample code

This code implements an HTTP API that issues credentials on the XRPL on request.

Quick install & usage:

npm install
node issuer_service.js

For more detail, see the full tutorial for How to build a service that issues credentials on the XRP Ledger.