Socket
Socket
Sign inDemoInstall

web3-eth

Package Overview
Dependencies
12
Maintainers
4
Versions
396
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    web3-eth

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


Version published
Maintainers
4
Install size
24.7 MB
Created

Readme

Source

web3-eth

NPM Package

This is a sub-package of web3.js.

This Eth package is used within some web3.js packages.

Please read the documentation for more.

Installation

You can install the package either using NPM or using Yarn

Using NPM

npm install web3-eth

Using Yarn

yarn add web3-eth

Usage

const Web3Eth = require('web3-eth');

const eth = new Web3Eth('ws://localhost:8546');

Types

All the TypeScript typings are placed in the types folder.

FAQs

Last updated on 05 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc