Benchmark RPC This is a Next.js app for benchmarking multiple Ethereum RPC APIs on several common endpoints. Getting Started Clone the repository Install the dependencies Update the /config/rpc-urls.json file with your RPC URLs Run the development server npm install npm run dev