{"id":64331,"library":"fedimint-client","title":"Fedimint Client","description":"Library for sending transactions to the Fedimint federation.","status":"active","version":"0.11.1","language":"rust","source_language":null,"source_url":"https://github.com/fedimint/fedimint","tags":["fedimint","federation","blockchain","transactions"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfedimint-client = \"0.11.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add fedimint-client","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use fedimint_client::Client;"}],"quickstart":{"code":"use fedimint_client::Client;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let client = Client::new(\"wss://federation.example.com\").await?;\n    println!(\"Connected to federation\");\n    Ok(())\n}","lang":"rust","description":"Connect to a Fedimint federation and create a client."},"warnings":[{"fix":"Ensure the federation URL is correct and the server is reachable.","message":"Requires a running Fedimint federation and network access.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'blockchain':13 'client':2 'feder':10,12 'fedimint':1,9,11 'librari':3 'send':5 'transact':6,14","created_at":"2026-06-17T16:54:50.339876+00:00","updated_at":"2026-06-17T16:54:50.339876+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://fedimint.org","github":"https://github.com/fedimint/fedimint","docs":"https://docs.rs/fedimint-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","networking"],"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}}