Socket
Socket
Sign inDemoInstall

web3-core-requestmanager

Package Overview
Dependencies
99
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core-requestmanager

Web3 module to handle requests to external providers.


Version published
Maintainers
4
Weekly downloads
403,637
increased by3.07%

Weekly downloads

Readme

Source

web3-core-requestmanager

NPM Package Dependency Status Dev Dependency Status

This is a sub-package of web3.js.

This requestmanager package is used by most web3.js packages.

Please read the documentation for more.

Installation

Node.js

npm install web3-core-requestmanager

Usage

const Web3WsProvider = require('web3-providers-ws');
const Web3RequestManager = require('web3-core-requestmanager');

const requestManager = new Web3RequestManager(new Web3WsProvider('ws://localhost:8546'));

FAQs

Last updated on 08 Apr 2022

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