Skip to content

Commit 291ec19

Browse files
committed
Add README for example
1 parent 2bcb9f6 commit 291ec19

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Credential Issuing Service - Python sample code
2+
3+
This code implements an HTTP API that issues credentials on the XRPL on request.
4+
5+
Quick install & usage:
6+
7+
```sh
8+
npm install
9+
node issuer_service.js
10+
```
11+
12+
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).

0 commit comments

Comments
 (0)