Skip to content

Simple CLI to validate tendermint/cometbft peer addresses

Notifications You must be signed in to change notification settings

strangelove-ventures/tmp2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmp2p

A simple CLI to validate tendermint/cometbft p2p addresses, both for reachability and correct Node ID (ed25519 authentication)

Install

git clone https://github.com/strangelove-ventures/tmp2p.git
cd tmp2p
make install

Usage

$ tmp2p validate -h
Validate list of peers, optionally with limit

Usage:
  tmp2p validate [peers] [limit]

Aliases:
  validate, v

Examples:
$ tmp2p validate [email protected]:26656,[email protected]:26616
$ tmp2p v [email protected]:26656,[email protected]:26616 10

Build static bins

$ make build-static
building tmp2p amd64 static binary...
building tmp2p arm64 static binary...
$ ls build
tmp2p-amd64  tmp2p-arm64

About

Simple CLI to validate tendermint/cometbft peer addresses

Resources

Stars

Watchers

Forks

Packages

No packages published