Closed MSevey closed 4 months ago
Recent updates to the CosmWasm and GM World tutorials introduce detailed steps for setting up and verifying the CosmWasm rollup, deploying smart contracts, and interacting with Docker containers. These changes streamline the installation process, enhance clarity for users, and ensure easier rollup management and contract deployment.
File Path | Change Summary |
---|---|
tutorials/cosmwasm.md |
Added instructions for CosmWasm rollup setup, launching the rollup using Kurtosis, and deploying a contract. |
tutorials/gm-world.md |
Updated command examples for verifying software installation and Docker container interaction. |
sequenceDiagram
participant User
participant Doc
participant Kurtosis
participant Docker
User->>Doc: Follow tutorial steps
Doc->>Kurtosis: Launch CosmWasm rollup
Kurtosis->>Docker: Start rollup containers
Docker->>Kurtosis: Containers running
Kurtosis->>Doc: Rollup launched
Doc->>User: Verify installation
User->>Doc: Deploy smart contract
Doc->>Kurtosis: Deploy contract using Rollkit
Kurtosis->>Docker: Contract deployed
Docker->>Kurtosis: Deployment successful
Kurtosis->>User: Deployment verified
In the land of code so bright, With Kurtosis, we set up right. CosmWasm rolls with ease, Smart contracts deploy with breeze. Docker's dance, smooth and swift, Our guides give you the perfect lift. 🚀🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR Preview Action v1.4.7
:---:
:rocket: Deployed preview to https://rollkit.github.io/docs-preview/./pr-418/
on branch main
at 2024-07-12 00:20 UTC
Overview
Summary by CodeRabbit