elixir_ethers
elixir_ethers copied to clipboard
Support WebSocket URL
Can we support the WebSocket URL to receive the event messages pushed by contracts?
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