We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4de6f commit ced16b0Copy full SHA for ced16b0
iroh-pkarr-node-discovery/examples/chat.rs
@@ -30,6 +30,7 @@ async fn chat_server() -> anyhow::Result<()> {
30
let zid = pkarr::PublicKey::try_from(*node_id.as_bytes())?.to_z32();
31
println!("Listening on {}", node_id);
32
println!("pkarr z32: {}", zid);
33
+ println!("see https://app.pkarr.org/?pk={}", zid);
34
while let Some(connecting) = endpoint.accept().await {
35
tokio::spawn(async move {
36
let connection = connecting.await?;
0 commit comments