Load test tools for ethereum execution clients
cd contracts
forge buildgo build
./eth-benchtools --accounts_file accounts.txt --output_dir ./out --host <rpc_endpoint> --fund_amount 0.01 --faucet_pk <your_faucet_private_key> --chain_id <chain_id> --num_accounts 1000python generate_figures.py --data_folder ./out --plots_dir ./plots