New backend verification sdk (#131)

Co-authored-by: motemotech <i.am.nicoshark@gmail.com>
This commit is contained in:
turboblitz
2025-02-16 18:33:54 -08:00
committed by GitHub
parent 0110de51e8
commit fd74ffa156
30 changed files with 5110 additions and 8138 deletions

View File

@@ -16,11 +16,12 @@
],
"scripts": {
"build": "tsc",
"download-circuits": "cd ../circuits && ./scripts/download_circuits_from_aws.sh && cd ../sdk",
"copy-abi": "bash scripts/copyAbi.sh",
"format": "prettier --write .",
"install-sdk": "cd ../common && yarn && cd ../sdk && yarn",
"lint": "prettier --check .",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public",
"test": "yarn ts-mocha -p ./tsconfig.json tests/openPassportVerifier.test.ts --exit"
},
"dependencies": {