Skip to content

weijun-sh/gethscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

scan eth blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.9%
  • Other 1.1%