txsender

command
v0.6.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 11 Imported by: 0

README

Txsender

Overview

This script allows to send a specified number of transactions to either L1 or L2 (or both). Optionally it can wait for the transactions to be verified.

Usage

The script can be installed running go install from this folder.

Examples

  • Send 1 transaction on L2:
$ txsender 
  • Send 1 transaction on L2 and wait for it to be validated:
$ txsender -w send
  • Send 42 transactions on L1:
$ txsender -n l1 send 42
  • Send 42 transactions both on L1 and L2 with verbose logs and wait for the validations:
$ txsender -v -w -n l1 -n l2 send 42

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL