14 releases (8 breaking)
0.10.0 | Jun 18, 2025 |
---|---|
0.9.1 | Apr 14, 2025 |
0.8.0 | Mar 4, 2025 |
#7 in #mainline
196 downloads per month
Used in 2 crates
(via pubky-testnet)
235KB
5K
SLoC
A server that functions as a pkarr relay.
You can run this relay as a binary or a crate for testing purposes.
Pkarr Relay
A server that functions as a pkarr relay.
Installation & Usage
Installation
cargo install pkarr-relay
Running the Relay
With Custom Configuration
pkarr-relay --config=./config.toml
You can find an example configuration file here.
With Custom Logging
pkarr-relay -t=pkarr=debug,tower_http=debug
Once running, the Pkarr relay will be accessible at http://localhost:6881 (unless the config file specifies another port number).
Dependencies
~29–44MB
~778K SLoC