UNPKG

web3-pocket-provider

Version:

A web3 module to handle connections to a Ethereum Pocket Node

39 lines (38 loc) 918 B
{ "name": "web3-pocket-provider", "version": "0.0.7", "description": "A web3 module to handle connections to a Ethereum Pocket Node", "main": "src/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/pokt-network/web3-pocket-provider.git" }, "keywords": [ "solidity", "ethereum", "pocket", "pocket-node", "infrastructure", "web3", "web3js", "javascript" ], "author": "Luis C. de Leon <luis@pokt.network>", "license": "MIT", "bugs": { "url": "https://github.com/pokt-network/web3-pocket-provider/issues" }, "homepage": "https://github.com/pokt-network/web3-pocket-provider#readme", "dependencies": { "web3-core-helpers": "^1.0.0-beta.36", "web3-utils": "^1.0.0-beta.36", "xhr2": "^0.1.4" }, "devDependencies": { "ethereumjs-tx": "^1.3.7", "mocha": "^5.2.0" } }