Rust SDK

This document provides a comprehensive guide and practical examples for using the CESS Network Rust SDK, a client library that enables seamless interaction with the CESS blockchain.

The SDK supports a wide range of functionalities - including blockchain queries, transaction execution, on-chain storage management, and file retrieval - all designed to help developers build decentralized storage applications efficiently and securely.

Contents

Overview

The CESS Rust SDK provides:

  • A high-level interface to interact with CESS blockchain nodes.

  • Support for executing transactions and querying on-chain states.

  • Built-in abstractions for managing storage spaces, uploading files, handling territories, and monitoring network events.

  • Tools for building both user-facing and system-level integrations in Rust.

Each module in the SDK includes:

For installation, usage, and detailed API documentation, continue to the Preface.

Last updated

Was this helpful?