From 01a0d7574ceb078097e68d3d03b7dbddda4a064c Mon Sep 17 00:00:00 2001 From: JACKAL Labs <96211463+JACKALDAO@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:41:29 -0400 Subject: [PATCH] Update wasm.md --- docs/protocol/modules/wasm.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/protocol/modules/wasm.md b/docs/protocol/modules/wasm.md index 19df95f..2811dbd 100644 --- a/docs/protocol/modules/wasm.md +++ b/docs/protocol/modules/wasm.md @@ -1,9 +1,18 @@ --- sidebar_position: 5 --- -# wasm Module -## wasm -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. +# WASM Module +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).