6 个版本
0.10.2 | 2024 年 2 月 26 日 |
---|---|
0.10.1 | 2024 年 2 月 23 日 |
0.2.0 |
|
0.0.9 | 2024 年 2 月 20 日 |
0.0.2 |
|
#9 在 #dharitri
在 3 个 crate 中使用 (通过 dharitri-sc-snippets)
250KB
6K SLoC
Rust 的 Dharitri SDK
用于从 Rust 项目中与 Dharitri 区块链交互的通用工具和 SDK 集合。
示例
use dharitri_sdk::blockchain::rpc::{CommunicationProxy, DEVNET_GATEWAY};
#[tokio::test]
async fn get_network_config() {
let blockchain = CommunicationProxy::new(DEVNET_GATEWAY.to_string());
let network_config = blockchain.get_network_config().await.unwrap();
println!("network_config: {:?}", network_config)
}
更多示例在 ./examples
。
致谢
该项目最初由 Bicarus labs 启动,后来集成到 Dharitri 官方代码库中。
依赖项
~10–23MB
~349K SLoC