Skip to content

technicallyty/xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mempool Xray

A look into the mysterious mempools.

App screenshot

Build

go build .

Run

./xray --config config.toml

Configs

Configs are defined as toml. You can define multiple chains to view in xray. It should look like this:

[[chain_configs]]
chain_type = "eth"
rpc_endpoint = "https://ethereum-rpc.publicnode.com"
polling_rate = "50ms"

There is a new websocket xray that can be used for live feed, but it will not display completed transactions, and it does not display the separate subpools.

[[chain_configs]]
chain_type = "eth_sub"
rpc_endpoint = "wss://ethereum-rpc.publicnode.com"

To monitor a cometBFT chain, use a config like this:

[[chain_configs]]
chain_type = "cosmos"
rpc_endpoint = "http://localhost:26657"
polling_rate = "50ms"

About

Xray is a tool to observe the mempool of cometBFT blockchains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages