Skip to content

ChainSafe/discv5-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discv5-cli

ES Version Node Version

CLI wrapper around @chainsafe/discv5

Usage

discv5 --help - Help text

discv5 init - Initializes new PeerId and ENR in local directory

discv5 [run] - Runs Discv5 service

Note: A UDP Multiaddr, PeerId, Local ENR, Bootstrap ENRs, and Output ENRs files must be provided to run the Discv5 service.

Logging

Additional logs may be configured with the DEBUG environment variable.

eg: DEBUG=discv5* discv5

License

Apache 2.0