coreum-wasm-sdk

Crates.iocoreum-wasm-sdk
lib.rscoreum-wasm-sdk
version1.0.0
sourcesrc
created_at2023-04-19 08:08:27.051966
updated_at2024-06-21 10:19:24.946308
descriptionSDK for WASM coreum messages and queries.
homepagehttps://coreum.com/
repository
max_upload_size
id843331
size501,083
Coreum Foundation (CoreumDevelopment)

documentation

README

Coreum WASM SDK

coreum-wasm-sdk on crates.io Docs

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.

Proto types

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.

Useful links

Commit count: 0

cargo fmt