bshastry / tx-fuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TX-Fuzz

TX-Fuzz is a package containing helpful functions to create random transactions. It can be used to easily access fuzzed transactions from within other programs.

Usage

cd cmd/livefuzzer
go build
./livefuzzer spam

Tx-fuzz allows for an optional seed parameter to get reproducible fuzz transactions

Advanced usage

You can optionally specify a seed parameter or a secret key to use as a faucet

./livefuzzer spam --seed <seed> --sk <SK>

You can set the RPC to use with --rpc <RPC>.

Some nodes (besu) don't have the eth_createAccessList RPC call, in this case it makes sense to disable accesslist creation with --no-al.

About


Languages

Language:Go 99.2%Language:Dockerfile 0.8%