Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 386 Bytes

File metadata and controls

23 lines (19 loc) · 386 Bytes

Benchmarking Txns on an EVM chain

0. Clone repo and install dependencies

git clone https://github.com/integrations-Polygon/EVM-transaction-benchmarking.git

1. Set .env

RPC=
PREFUNDED_KEY=

2. Check Prefunded Account

node check_prefunded_balance.js

3. Test

yarn test

You may use npm run test if you use npm as your package manager