mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 09:15:50 +00:00
13 lines
396 B
Markdown
13 lines
396 B
Markdown
# 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).
|