elixir_ethers icon indicating copy to clipboard operation
elixir_ethers copied to clipboard

Support WebSocket URL

Open caicaishmily opened this issue 1 year ago • 1 comments

Can we support the WebSocket URL to receive the event messages pushed by contracts?

caicaishmily avatar Dec 10 '24 17:12 caicaishmily

Ethers relies on Ethereumex by default as the underlying RPC Client implementation and it does not yet support WebSocket transport. The issue for that is tracked here if you want more info: https://github.com/mana-ethereum/ethereumex/issues/91

alisinabh avatar Dec 11 '24 01:12 alisinabh