canfund 0.8.5

This Rust library provides a simple interface to monitor and add cycles to canisters on the Internet Computer.
Documentation
1
2
3
4
//! The api module contains interfaces with services like the cycles minting canister.

pub mod cmc;
pub mod ledger;