4 releases

0.2.1 Nov 28, 2023
0.2.0 Oct 29, 2023
0.1.1 Oct 14, 2023
0.1.0 Oct 14, 2023

#1767 in #client

Download history 5/week @ 2025-10-18 5/week @ 2025-10-25

54 downloads per month
Used in quilclient

MIT/Apache

6.5MB
196K SLoC

Go 196K SLoC // 0.1% comments Rust 490 SLoC // 0.0% comments

Quilibrium Client Library

Installation

cargo add quilibrium

Example usage

// Import the client
use quilibrium::NodeClient;

// Connect to your node
let mut client = NodeClient::new("http://1.2.3.4:5678".parse()?).await?;
// Fetch the peers from the node's peer store
let network_info = client.network_info().await?;

Docs

Changelog

Dependencies

~14–19MB
~247K SLoC