Skip to content

Quilibrium client library and CLI

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

agostbiro/quilibrium-rs

Repository files navigation

Quilibrium Rust Client Library & CLI

CLI

quilclient usage screenshot

Please see the CLI readme for install and usage instructions: crates/quilclient/README.md

Client Library

// 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?;

Please see the client library readme for install and usage instructions: crates/quilibrium/README.md

Related Projects

About

Quilibrium client library and CLI

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published