Update wasm.md

This commit is contained in:
JACKAL Labs 2023-04-28 15:41:29 -04:00 committed by GitHub
parent c025f842db
commit 01a0d7574c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,18 @@
--- ---
sidebar_position: 5 sidebar_position: 5
--- ---
# wasm Module
## wasm # WASM Module
Jackal incorporates the CosmWasm smart contracting platform built for the Cosmos Ecosystem. The primary programing language used in this module is Rust for building secure and multichain smart contracts, yet any language that can be compiled into WASM can be supported as they become available.
The `wasm` module in the Jackal Protocol incorporates the CosmWasm smart contracting platform, which is designed specifically for the Cosmos Ecosystem. This module provides a secure and efficient environment for executing WebAssembly (WASM) smart contracts on the Jackal Protocol.
## Overview
The `wasm` module manages the following aspects of the CosmWasm platform:
1. **Smart Contract Deployment**: Allows developers to deploy smart contracts written in Rust or other languages that compile to WASM.
2. **Smart Contract Execution**: Facilitates the execution of smart contract functions on the blockchain.
3. **Smart Contract Interaction**: Enables users and other smart contracts to interact with deployed smart contracts.
For a more detailed guide on integrating the wasm module into your application, please refer to the [Jackal Protocol GitHub](https://github.com/JackalLabs/canine-chain/blob/master/x/README.md).