Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.01 KB

EVM_Speed-tester

image The speed of a node receiving a transactions in its txpool is important in many ways: for a DeFi service provider, it means a better user experience; for NFT traders, it means being able to sell and buy tokens quicker.

Would it be useful to have a tool to measure the txpool performance of a node?

EVM speed tester is the tool that does exactly that. It measures how fast a node can get a transaction in its txpool sent from a different node. It is installation free and easy to use. Read the full article about this project on Chainstack

Installation guide

This is a pure frontend web application.

Open index.html with a browser to see it in action

There is also a live fiddle here

How to use it

Simply fill in your endpoint address to see it in action:

image

Others