From 5f2c83dd2a30ef12af35e88904b77502f7974eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Tue, 9 Jan 2024 14:18:18 -0500 Subject: [PATCH] feat: add construction signs --- tutorials/cosmwasm.md | 4 ++++ tutorials/full-and-sequencer-node.md | 2 +- tutorials/polaris-evm.md | 4 ++++ tutorials/recipe-book.md | 4 ++++ tutorials/wordle.md | 4 ++++ 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/tutorials/cosmwasm.md b/tutorials/cosmwasm.md index 629b49cd6..f21d297f7 100644 --- a/tutorials/cosmwasm.md +++ b/tutorials/cosmwasm.md @@ -1,5 +1,9 @@ # 🗞ī¸ CosmWasm rollup +::: warning +This tutorial is under construction. 🏗ī¸ +::: + CosmWasm is a smart contracting platform built for the Cosmos ecosystem by making use of [WebAssembly](https://webassembly.org) (Wasm) to build smart contracts for Cosmos-SDK. In this tutorial, we will be diff --git a/tutorials/full-and-sequencer-node.md b/tutorials/full-and-sequencer-node.md index 48e28a25f..8c43706d6 100644 --- a/tutorials/full-and-sequencer-node.md +++ b/tutorials/full-and-sequencer-node.md @@ -1,7 +1,7 @@ # Full and sequencer node rollup setup ::: warning -This tutorial is under construction 🏗ī¸ +This tutorial is under construction. 🏗ī¸ ::: This guide will cover how to set up the GM world rollup example as diff --git a/tutorials/polaris-evm.md b/tutorials/polaris-evm.md index a028b153b..9a7e06f63 100644 --- a/tutorials/polaris-evm.md +++ b/tutorials/polaris-evm.md @@ -1,5 +1,9 @@ # Polaris EVM and Rollkit +::: warning +This tutorial is under construction. 🏗ī¸ +::: + This tutorial provides step-by-step instructions for running the [Polaris EVM](https://github.com/berachain/polaris) using Rollkit. Polaris EVM is a version of the diff --git a/tutorials/recipe-book.md b/tutorials/recipe-book.md index d70a384c0..ba1d7a750 100644 --- a/tutorials/recipe-book.md +++ b/tutorials/recipe-book.md @@ -1,5 +1,9 @@ # đŸĨ— Recipe Book rollup +::: warning +This tutorial is under construction. 🏗ī¸ +::: + ## 📖 Overview {#overview} In this tutorial, we are going to build a blockchain diff --git a/tutorials/wordle.md b/tutorials/wordle.md index f07c9f18b..e64d19bfa 100644 --- a/tutorials/wordle.md +++ b/tutorials/wordle.md @@ -1,5 +1,9 @@ # 🕹ī¸ Wordle app +::: warning +This tutorial is under construction. 🏗ī¸ +::: + ![wordle-app](/wordle/wordle.png) This tutorial guide will go over building a cosmos-sdk app