UNPKG

eth-eip712-util-browser

Version:

(Pure JS fork) Generate hashes of typed ethereum data for signing

40 lines (39 loc) 895 B
{ "name": "eth-eip712-util-browser", "version": "0.0.3", "description": "(Pure JS fork) Generate hashes of typed ethereum data for signing", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/GridPlus/eth-eip712-util.git" }, "keywords": [ "ethereum", "signature", "eip712", "eth_signTypedData" ], "author": "Dan Finlay", "maintainers": [ "petejkim" ], "license": "ISC", "bugs": { "url": "https://github.com/CoinbaseWallet/eth-eip712-util/issues" }, "homepage": "https://github.com/CoinbaseWallet/eth-eip712-util#readme", "dependencies": { "buffer": "^6.0.3", "js-sha3": "^0.8.0", "bn.js": ">4.0.0" }, "devDependencies": { "@types/node": "^13.7.2", "keccak": "^3.0.0", "tape": "^4.13.0" } }