mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"name": "verify_credentials",
|
|
"version": "2.0.0",
|
|
"description": "Sample code showing how to check if a credential on the XRPL exists and is valid.",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"xrpl": "^4.2.5"
|
|
}
|
|
}
|