https://github.com/swordedge/coreum-wasm-sdk
https://github.com/swordedge/coreum-wasm-sdk
cosmos rust
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/swordedge/coreum-wasm-sdk
- Owner: swordEdge
- Created: 2018-06-27T02:16:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T02:38:08.000Z (over 2 years ago)
- Last Synced: 2025-03-06T06:29:41.364Z (about 1 year ago)
- Topics: cosmos, rust
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coreum WASM SDK
[](https://crates.io/crates/coreum-wasm-sdk) [](https://docs.rs/coreum-wasm-sdk)
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](https://github.com/CoreumFoundation/coreum-rust-protobuf) according to our current version of the chain to make them compatible with tools like our [coreum-test-tube](https://github.com/CoreumFoundation/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](https://github.com/CoreumFoundation/coreum-rust-protobuf) and can be used to generate any Rust protobuf types for any version of our chain.
## Useful links
- [Coreum Website](https://coreum.com)
- [Coreum Documentation](https://docs.coreum.dev)
- [Smart contract examples](https://github.com/CoreumFoundation/coreum/tree/master/integration-tests/contracts)