@axiom-crypto/tools
Version:
Useful data, field, and byte manipulation tools for Axiom.
23 lines • 475 B
JSON
{
"name": "@axiom-crypto/tools",
"version": "2.1.1",
"description": "Useful data, field, and byte manipulation tools for Axiom.",
"author": "Intrinsic Technologies",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"axiom",
"ethereum",
"zero knowledge",
"zk",
"coprocessor",
"crypto"
],
"dependencies": {
"axios": "^1.6.7",
"bs58": "^5.0.0",
"ethers": "^6.7.0",
"form-data": "^4.0.0"
}
}