PumpkinSeed / ethock

Lightweight Ethereum JSON RPC Mock written in Rust
Apache License 2.0
8 stars 0 forks source link

Add support for Substrate and websocket communication #5

Open schronck opened 2 years ago

schronck commented 2 years ago

Problem

Ethock currently doesn't support jsonrpc over websocket which is necessary if we want to mock a Substrate node.

Solution