Skip to content

Commit

Permalink
feat: add construction signs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jan 9, 2024
1 parent a5a3597 commit 5f2c83d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tutorials/cosmwasm.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tutorials/full-and-sequencer-node.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions tutorials/polaris-evm.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions tutorials/recipe-book.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions tutorials/wordle.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5f2c83d

Please sign in to comment.