Add README for example

This commit is contained in:
Maria Shodunke
2025-04-17 12:58:31 +01:00
parent 2bcb9f67d3
commit 291ec19d57

View File

@@ -0,0 +1,12 @@
# Credential Issuing Service - Python sample code
This code implements an HTTP API that issues credentials on the XRPL on request.
Quick install & usage:
```sh
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](https://xrpl.org/docs/tutorials/javascript/build-apps/credential-issuing-service).