Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 317 Bytes

Benchmark RPC

This is a Next.js app for benchmarking multiple Ethereum RPC APIs on several common endpoints.

Getting Started

  1. Clone the repository
  2. Install the dependencies
  3. Update the /config/rpc-urls.json file with your RPC URLs
  4. Run the development server
npm install
npm run dev