UNPKG

@zipwire/proofpack-ethereum

Version:

Ethereum integration for ProofPack with ES256K signatures, EAS attestations, and multi-network blockchain verification

59 lines (58 loc) 1.6 kB
{ "name": "@zipwire/proofpack-ethereum", "version": "0.4.1", "description": "Ethereum integration for ProofPack with ES256K signatures, EAS attestations, and multi-network blockchain verification", "main": "src/index.js", "type": "module", "scripts": { "test": "node --test test/", "test:watch": "node --test --watch test/", "prepublishOnly": "npm test", "build": "echo 'No build step needed'", "release": "../scripts/release.sh" }, "publishConfig": { "access": "public" }, "keywords": [ "verifiable-data", "proof", "ethereum", "es256k", "eas", "attestation", "blockchain", "ethereum-attestation-service", "secp256k1", "cryptographic-signatures", "smart-contracts", "web3", "defi", "dapp", "ethereum-development" ], "author": "The Zipwire Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zipwireapp/ProofPack.git", "directory": "javascript/packages/ethereum" }, "homepage": "https://github.com/zipwireapp/ProofPack#readme", "bugs": { "url": "https://github.com/zipwireapp/ProofPack/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "src/", "README.md" ], "dependencies": { "ethereum-cryptography": "^3.2.0", "@ethereum-attestation-service/eas-sdk": "^1.0.0", "ethers": "^6.0.0" }, "devDependencies": {} }