web3-explorer
v1.0.4
Published
Comprehensive collection of RPC methods for explorer builders
Readme
web3-explorer.js
Web3 1.0 provides a way to extend its builtin RPC method wrappers.
This library tries to support all RPC methods not supported by web3.js.
Currently it only adds the debug, trace, and parity namespace supported by parity-ethereum and go-ethereum node.
Usage
npm install --save web3-explorer
Importing library
const web3explorer = require('web3-explorer');
web3explorer(web3);
Author(s)
Alex Beregszaszi [email protected]
Alexis Roussel [email protected]
Peter Pratscher [email protected]
Wonkyu Park [email protected]
BT Enterprise [email protected]
License
LGPL 3.0
