| Crates.io | xrpl-wasm-stdlib |
| lib.rs | xrpl-wasm-stdlib |
| version | 0.7.1 |
| created_at | 2025-11-03 18:31:18.752105+00 |
| updated_at | 2025-11-03 19:09:58.419267+00 |
| description | Standard library for XRPL WebAssembly smart contracts |
| homepage | https://github.com/ripple/xrpl-wasm-stdlib |
| repository | https://github.com/ripple/xrpl-wasm-stdlib |
| max_upload_size | |
| id | 1915098 |
| size | 356,986 |
The XRPL Standard Library provides safe, type-safe access to XRPL host functions for WebAssembly smart contract development. This no_std library offers zero-cost abstractions over raw host function calls and handles memory management, error handling, and type conversions.
There is an interface available at https://ripple.github.io/xrpl-wasm-stdlib/ui/ for local or Devnet testing.
| Section | Description |
|---|---|
| Complete Developer Guide | Comprehensive guide with working internal links |
| Rust API Docs | Generated API documentation (cargo doc) |
The complete developer guide includes:
Result typesSmart escrows run in a constrained WebAssembly environment:
See CONTRIBUTING.md for detailed guidelines on:
We welcome contributions of all kinds!