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
54 downloads per month
Used in quilclient
6.5MB
196K
SLoC
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