How to use the web3-eth.Eth function in web3-eth

To help you get started, we’ve selected a few web3-eth examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ethereum / web3.js / packages / web3 / src / factories / PackageFactory.js View on Github external
PackageFactory.prototype.createEthPackage = function (connectionModel) {
    return new EthPackage.Eth(
        connectionModel,
        this,
        this.coreFactory,
        new EthPackage.SubscriptionsResolver(connectionModel)
    );
};

web3-eth

Web3 module to interact with the Ethereum blockchain and smart contracts.

LGPL-3.0
Latest version published 17 days ago

Package Health Score

98 / 100
Full package analysis

Similar packages