This is a Next.js app for benchmarking multiple Ethereum RPC APIs on several common endpoints.
- 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