discv5-cli-0.2.3 is not a library.
Visit the last successful build:
discv5-cli-0.7.1
discv5-cli
Overview
This is a simple CLI utility for creating and debugging discovery v5 servers.
Install
This can be installed via cargo:
Usage
Sigma Prime <contact@sigmaprime.io>
Simple CLI tool for starting and debugging discv5 servers and packets. This currently runs a discv5 server which
regularly performs peer search queries
USAGE:
discv5-cli [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-v, --log-level <level> Specifies the listening address of the server. [default: info] [possible values: trace,
debug, info, warn, error]
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
packet Performs various packet encoding/decoding functions
request-enr Requests the ENR of a multiaddr
server Runs a discv5 test server
Example
) )