Rust SDK
The UtxoRpc Rust SDK is a comprehensive toolkit for building clients and servers to interact with UTxO-based blockchains using the UtxoRpc protocol. This SDK simplifies the process of developing Rust applications that communicate with blockchain gateways, providing an easy-to-use interface for querying and managing transactions.
Prerequisites
- Rust 1.51.0 or higher
cargo
, the Rust package manager
Installation
To add the UtxoRpc Rust SDK to your project, add the following to your Cargo.toml
file:
[dependencies]
utxorpc = "0.1.0"