autoevm-mempool-ping
v1.0.0
Published
CLI mempool ping for Autonomys EVM (chainId 870). Plays a sound on new pending transactions.
Maintainers
Readme
Autonomys EVM Mempool Ping
CLI that connects to the Autonomys EVM (chainId 870) over WebSocket and plays a short sound when new pending transactions enter the mempool. Includes a cooldown to avoid spam on busy periods.
Features
- Plays a short sound on each new pending tx (throttled).
- WebSocket connection to Autonomys EVM (chainId 870).
- Cross‑platform sound: macOS, Linux, Windows, terminal bell fallback.
Install
- npm:
npm i -g autoevm-mempool-ping - pnpm:
pnpm add -g autoevm-mempool-ping - yarn:
yarn global add autoevm-mempool-ping
Usage
- Run with defaults:
autoevm-mempool-ping - Custom RPC URL:
WS_URL=wss://auto-evm.mainnet.autonomys.xyz/ws autoevm-mempool-ping - Faster sound (may be loud):
SOUND_COOLDOWN_MS=500 autoevm-mempool-ping
Environment Variables
WS_URL: WebSocket RPC URL (defaultwss://auto-evm.mainnet.autonomys.xyz/ws)CHAIN_ID: Chain ID (default870)NETWORK_NAME: Display name (defaultAutonomys EVM)SOUND_COOLDOWN_MS: Milliseconds between sounds (default2000)
Notes
- Use
wss://.../wsfor WebSocket subscriptions (nothttps://). - Sound backends: macOS (
afplay), Linux (canberra-gtk-play,paplay, orspd-say), Windows (PowerShell beep), then terminal bell fallback.
