gethscan-repo

command module
v0.0.0-...-9dbe7f8 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

README

gethscan

scan eth-like blockchain and filter specified transactions

building

make

this will generate a binary file ./build/bin/gethscana,
and an example config file of scanswap subcommand config-example.toml

help

gethscan
./build/bin/gethscan -h
NAME:
   gethscan - scan eth like blockchain

USAGE:
   gethscan [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
   scanswap  scan cross chain swaps
   help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --verbosity value  0:panic, 1:fatal, 2:error, 3:warn, 4:info, 5:debug, 6:trace (default: 4)
   --json             output log in json format (default: false)
   --color            output log in color text format (default: true)
   --help, -h         show help (default: false)
   --version, -v      print the version (default: false)
gethscan scanswap
./build/bin/gethscan scanswap -h
NAME:
   gethscan scanswap - scan cross chain swaps

USAGE:
   gethscan scanswap [command options]

DESCRIPTION:
   scan cross chain swaps

OPTIONS:
   --config value, -c value  Specify config file
   --gateway value           gateway URL to connect
   --scanReceipt             scan transaction receipt instead of transaction (default: false)
   --start value             start height (start inclusive) (default: 0)
   --end value               end height (end exclusive) (default: 0)
   --stable value            stable height (default: 5)
   --jobs value              number of jobs (default: 4)
   --help, -h                show help (default: false)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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