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: 6 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: 2024-04-26T20:13:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-15T13:56:13.847Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.49 MB
- Stars: 175
- Watchers: 44
- Forks: 88
- Open Issues: 28
-
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).