Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 297 Bytes

Benchmark of Ethereum RPC endpoints

  • Free-tier node provider using Alchemy
  • Pair node provider using Alchemy
  • Local full-node

Setup:

Simply requesting 100 recent blocks using HTTP request.

Should create .env file:

ALCHEMY_FREE_RPC_URL=<URL>
ALCHEMY_PAID_RPC_URL=<URL>