Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 535 Bytes

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 <rpc endpoint> <airdrop-private-key> <mnemonic> <accounts-range e.g. 0..10> <gas-price>