@dexon-foundation/eth-json-rpc-middleware

Ethereum middleware for composing an Ethereum provider using json-rpc-engine. Intended to replace provider-engine


License
ISC
Install
npm install @dexon-foundation/eth-json-rpc-middleware@3.1.8

Documentation

eth-json-rpc-middleware

⚠️ PLEASE READ ⚠️

This package has been migrated to our core monorepo, and this repository has been archived. Please note that all future development and feature releases will take place in the core repository.

Ethereum-related middleware for json-rpc-engine.

See tests for usage details.

Installation

yarn add @metamask/eth-json-rpc-middleware

or

npm install @metamask/eth-json-rpc-middleware

Running Tests

yarn test

See Also