⚠️ This service is provided for testing purposes only. It is not intended for production use.
Requires Node JS.
npm ci
RPC="<YOUR_EVM_RPC>" npm start
RPC
- Required, the HTTP endpoint to proxy. e.g. https://ethereum-sepolia-rpc.publicnode.comPORT
- Default:8080
, the port to host the websocket.SLEEP
- Default:1000
, the duration, in milliseconds, to sleep between polling for blocks and logs.LOG_LEVEL
- Default:info
, the log level passed to winston.
npm test