mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Add Credential Issuer tutorial
Adds a code sample and a code walkthrough explaining how to build a service that issues Credentials (XLS-70) on the XRP Ledger. Credential issuer: Clarify/revise documents field Issue credentials code sample: fix bugs Apply suggestions from @oeggert review Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com> Credential Issuer: more edits for clarity
This commit is contained in:
5
_code-samples/issue-credentials/README.md
Normal file
5
_code-samples/issue-credentials/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Credential Issuing Service
|
||||
|
||||
This sample code shows how to issue credentials to XRPL users using a basic API service.
|
||||
|
||||
For a full walkthrough of the code, see the tutorial: https://xrpl.org/docs/tutorials/python/build-apps/credential-issuing-service
|
||||
Reference in New Issue
Block a user