UNPKG

@bcoders.gr/abi-codec

Version:

High-performance ABI encoding/decoding for Ethereum with receipt log processing - now supports tuple decoding

50 lines (49 loc) 1.09 kB
{ "name": "@bcoders.gr/abi-codec", "version": "1.1.0", "description": "High-performance ABI encoding/decoding for Ethereum with receipt log processing - now supports tuple decoding", "main": "index.js", "scripts": { "test": "node test/basic.test.js", "test:receipt": "node test/receipt.test.js", "example": "node example.js", "example:receipt": "node receipt-example.js" }, "keywords": [ "ethereum", "abi", "encoding", "decoding", "geth", "logs", "receipt", "blockchain", "smart-contracts", "web3" ], "author": "bcoders.gr", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pagovitsa/abi-coder.git" }, "homepage": "https://github.com/pagovitsa/abi-coder#readme", "bugs": { "url": "https://github.com/pagovitsa/abi-coder/issues" }, "files": [ "index.js", "lib/", "README.md" ], "engines": { "node": ">=14.0.0" }, "dependencies": { "ethers": "^6.14.3" }, "devDependencies": {}, "publishConfig": { "access": "public" } }