Rust SDK
Rust SDK for the RWA Protocol on KiiChain
Note: This project is still under development and is not yet deployed on our current testnet. It is schedule for deployment on testnet version 3 along with the RWA protocol.
Important Links
Github RWA Repo: Here
Rust SDK Repo: Here
KiiChain RWA SDK
The RWA (Real World Asset) SDK is a Rust library for interacting with tokenized real-world assets on Cosmos-based blockchains. It provides functionality for token operations, identity management, and compliance handling.
Features
Token transfers and balance checks
Identity registration and management
Compliance module integration
Blockchain interaction via RPC
Usage Example
This example demonstrates how to initialize the RwaClient
, perform a token transfer, and check an account balance. Error handling and proper setup of the signing key are crucial for production use.
For more detailed information on each function and module, please refer to their respective documentation.
Last updated