Preface
To access the CESS chain, perform transactions, and manage file uploads and downloads, you’ll need to install the Rust SDK. This article offers several methods to help you get started with the Rust SDK installation.
SDK source code and API documentation
The Rust SDK's source code is available on the official GitHub repository. You can clone the repository to your local machine using the following command:
For more information, see the official Rust SDK API documentation.
Last updated