Initial commit with translated description

This commit is contained in:
2026-03-29 13:13:12 +08:00
commit 7dcf9ca28b
23 changed files with 4659 additions and 0 deletions

23
scripts/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "verified-agent-identity",
"version": "0.0.2",
"description": "Billions OpenClaw verification skill",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"identity",
"openclaw",
"zk"
],
"author": "BillionsNetwork",
"license": "UNLICENSED",
"dependencies": {
"@0xpolygonid/js-sdk": "1.42.1",
"@iden3/js-iden3-auth": "1.14.0",
"@iden3/js-iden3-core": "1.8.0",
"@noble/curves": "^1.9.2",
"ethers": "^6.13.4",
"uuid": "^11.0.3"
}
}