Skip to content

FIL-Builders/benchmark-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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