https://github.com/chainsafe/discv5-cli
Discv5 CLI
https://github.com/chainsafe/discv5-cli
Last synced: 4 months ago
JSON representation
Discv5 CLI
- Host: GitHub
- URL: https://github.com/chainsafe/discv5-cli
- Owner: ChainSafe
- Created: 2020-04-05T21:44:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T12:16:22.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T07:42:46.650Z (4 months ago)
- Language: TypeScript
- Size: 645 KB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# discv5-cli


CLI wrapper around [`@chainsafe/discv5`](https://github.com/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