An open API service indexing awesome lists of open source software.

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

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).