UNPKG

@trustline.id/web3sdk

Version:

Protects EVM-compatible smart contracts from unauthorized access and malicious transactions

45 lines (44 loc) 1.03 kB
{ "name": "@trustline.id/web3sdk", "description": "Protects EVM-compatible smart contracts from unauthorized access and malicious transactions", "version": "1.0.3", "main": "index.js", "scripts": { "compile": "hardhat compile", "build": "mkdir -p dist && npm run compile && node build.js", "clean": "rm -rf dist artifacts cache" }, "files": [ "dist", "artifacts", "index.js", "contracts" ], "repository": { "type": "git", "url": "git+https://github.com/TrustLine-id/web3sdk.git" }, "keywords": [ "solidity", "ethereum", "smart", "contracts", "security", "compliance", "trustline" ], "author": "Trustline <contact@trustline.id>", "license": "MIT", "bugs": { "url": "https://github.com/TrustLine-id/web3sdk/issues" }, "homepage": "https://www.trustline.id", "dependencies": { "@openzeppelin/contracts": "^5.1.0" }, "devDependencies": { "browserify": "^17.0.1", "hardhat": "^2.22.17", "path": "^0.12.7" } }