| Crates.io | coreum-wasm-sdk |
| lib.rs | coreum-wasm-sdk |
| version | 1.2.1 |
| created_at | 2023-04-19 08:08:27.051966+00 |
| updated_at | 2025-04-15 08:49:18.680079+00 |
| description | SDK for WASM coreum messages and queries. |
| homepage | https://coreum.com/ |
| repository | |
| max_upload_size | |
| id | 843331 |
| size | 691,778 |
Coreum WASM SDK contains Rust data types to be used in WASM smart contracts interacting with the Coreum blockchain. They allow developers to issue and execute on-chain messages managing Smart Tokens.
The proto types are generated using coreum-rust-protobuf according to our current version of the chain to make them compatible with tools like our coreum-test-tube or to interact with our chain using gRPC and Rust, they should not be manually modified. Instructions on how to use the tool are in coreum-rust-protobuf and can be used to generate any Rust protobuf types for any version of our chain.