Socket
Book a DemoInstallSign in
Socket

web3-core-requestmanager

Package Overview
Dependencies
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core-requestmanager

Web3 module to handle requests to external providers.

latest
Source
npmnpm
Version
1.10.3
Version published
Weekly downloads
340K
-45.91%
Maintainers
4
Weekly downloads
 
Created
Source

web3-core-requestmanager

NPM Package

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

You can install the package either using NPM or using Yarn

Using NPM

npm install web3-core-requestmanager

Using Yarn

yarn add 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

Package last updated on 18 Oct 2023

Did you know?

Socket

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