@code0x2/web3extend

1.0.1 • Public • Published

Web3Extend

Web3Extend is a module that adds in modules that are commonly used but not in the default web3.js package.

Example

const Web3 = require('web3')
const web3extend = require('@code0x2/web3extend')
const web3 = web3extend.extendAll(new Web3(<rpc address>))

Supported modules

extendEVM() - the evm module for ganache

extendNet() - the net module from geth

extendTrace() - the trace module from openethereum

Readme

Keywords

Package Sidebar

Install

npm i @code0x2/web3extend

Weekly Downloads

1

Version

1.0.1

License

CC-BY-NC-SA-2.5

Unpacked Size

22.7 kB

Total Files

4

Last publish

Collaborators

  • code0x2