8 unstable releases (3 breaking)

new 0.3.0 Mar 3, 2025
0.2.0 Feb 18, 2025
0.1.2 Feb 10, 2025
0.1.0 Jan 31, 2025
0.0.3 Apr 4, 2024

#14 in #ledger

Download history 18/week @ 2024-12-06 1/week @ 2024-12-13 231/week @ 2025-01-31 128/week @ 2025-02-07 126/week @ 2025-02-14 39/week @ 2025-02-21 129/week @ 2025-02-28

440 downloads per month

MIT license

200KB
5K SLoC

The Klave Rust SDK

Klave is a cloud application platform (PaaS) providing privacy-enabling and zero-trust characteristics for WebAssembly-based applications. The Klave Rust SDK makes it easy to build Klave applications in Rust.

Overview

This crate provides the necessary SDK and bindings for the development of Rust application to deploy on Klave.

It covers:

  • Using the ledger database
  • Making HTTPs outcall
  • Making notification
  • Using hardware accelerated Cryptography
  • and more...

Getting Started

Bootstrap

You can start from scratch with cargo add klave or Fork the Rust template app repository.

Develop

Develop your app in Rust with the Klave SDK. Ensure the Rust package you are using are compatible with wasm.

Build

cargo component build --target wasm32-unknown-unknown --release

Deploy

Deploy your app on Klave.

Usage

For detailed usage instructions and SDK reference, please refer to the documentation.

Contributing

Contributions to this crate are welcome! If you encounter any bugs or have suggestions for improvements, please open an issue on the GitHub repository.

License

This crate is licensed under the terms detailed in LICENSE.md

Dependencies

~1.5–2.6MB
~51K SLoC