You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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