12 releases (7 breaking)
new 0.9.1 | Apr 14, 2025 |
---|---|
0.8.0 | Mar 4, 2025 |
#3 in #mainline
370 downloads per month
Used in pubky-testnet
230KB
4.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–43MB
~771K SLoC