Skip to content

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.

Notifications You must be signed in to change notification settings

gnosischain/tx-fuzz

This branch is 6 commits ahead of NethermindEth/tx-fuzz:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ba9f79 · Mar 7, 2023

History

72 Commits
Mar 2, 2023
Mar 6, 2023
Oct 13, 2022
Mar 7, 2023
Jun 6, 2022
Oct 13, 2022
Oct 13, 2022
Oct 25, 2021
Dec 16, 2021
Oct 25, 2021
Oct 19, 2022
Oct 25, 2021

Repository files navigation

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>

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Go 96.8%
  • Dockerfile 3.2%