eth-json-rpc-middleware
Version:
Ethereum-related json-rpc-engine middleware.
18 lines (11 loc) • 428 B
Markdown
# 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/json-rpc-infura).
- [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).