mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-01 00:55:50 +00:00
Add README for example
This commit is contained in:
12
_code-samples/issue-credentials/js/README.md
Normal file
12
_code-samples/issue-credentials/js/README.md
Normal 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).
|
||||
Reference in New Issue
Block a user