Registry / crypto / fedimint-client

fedimint-client

JSON →
library0.11.1rscratesunverified

Library for sending transactions to the Fedimint federation.

# Cargo.toml [dependencies] fedimint-client = "0.11.1"
INSTALL
IMPORT
SIG · FEDIMINT-CLIENT
F
fedimint-client
cryptorustv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use fedimint_client::Client;

Connect to a Fedimint federation and create a client.

use fedimint_client::Client; #[tokio::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { let client = Client::new("wss://federation.example.com").await?; println!("Connected to federation"); Ok(()) }
Debug
Known issues
gotchaRequires a running Fedimint federation and network access.
fix
Ensure the federation URL is correct and the server is reachable.
affects: >=0.1.0
Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
fedimint-client — cargo add fedimint-client · libregistry