Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 336 Bytes

File metadata and controls

6 lines (5 loc) · 336 Bytes

nethermind-plugin-websocket-push

A Nethermind plugin that will create websocket endpoints that will push a stream of data to connected clients. /pending will push all new pending transactions. /block will push all new blocks.

Note: It is up to the receiver to filter client side and deal with reorgs. This is a firehose plugin.