https://github.com/metamask/eth-json-rpc-middleware
Ethereum middleware for composing an Ethereum provider using json-rpc-engine. Intended to replace provider-engine
https://github.com/metamask/eth-json-rpc-middleware
Last synced: 7 months ago
JSON representation
Ethereum middleware for composing an Ethereum provider using json-rpc-engine. Intended to replace provider-engine
- Host: GitHub
- URL: https://github.com/metamask/eth-json-rpc-middleware
- Owner: MetaMask
- License: isc
- Created: 2017-04-24T20:23:07.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T06:29:58.000Z (7 months ago)
- Last Synced: 2025-06-25T23:44:30.654Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.04 MB
- Stars: 182
- Watchers: 60
- Forks: 94
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eth-json-rpc-middleware
Ethereum-related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).
See tests for usage details.
## Running Tests
```bash
yarn test
```
## See Also
- [`eth-json-rpc-filters`](https://github.com/MetaMask/eth-json-rpc-filters).
- [`eth-json-rpc-infura`](https://github.com/MetaMask/eth-json-rpc-infura).
- [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).