Skip to main content
The Deno 2 Release Candidate is here
Learn more

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.

Usage

import Web3WsProvider from "https://deno.land/x/npm_web3_providers_ws@0.0.1/mod.js";
import Web3RequestManager from "https://deno.land/x/npm_web3_core_requestmanager@0.0.1/mod.js";

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