mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
10 lines
241 B
JSON
10 lines
241 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"
|
|
}
|
|
}
|