{"id":66478,"library":"tari-comms","title":"Tari Comms","description":"A peer-to-peer messaging system for the Tari network.","status":"active","version":"5.3.1","language":"rust","source_language":null,"source_url":"https://github.com/tari-project/tari","tags":["p2p","messaging","networking","tari"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntari_comms = \"5.3.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tari_comms","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"CommsNode","correct":"use tari_comms::CommsNode;"}],"quickstart":{"code":"use tari_comms::CommsNode;\n\nfn main() {\n    let node = CommsNode::new();\n    println!(\"Comms node created\");\n}","lang":"rust","description":"Creates a new Tari communications node."},"warnings":[{"fix":"Add tokio as dependency and configure with a proper transport layer.","message":"Requires async runtime (Tokio) and network configuration.","severity":"gotcha","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'comm':2 'messag':8,15 'network':13,16 'p2p':14 'peer':5,7 'peer-to-p':4 'system':9 'tari':1,12,17","created_at":"2026-06-17T17:24:22.900453+00:00","updated_at":"2026-06-17T17:24:22.900453+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tari-project/tari","github":"https://github.com/tari-project/tari","docs":"https://docs.rs/tari_comms/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}