Skip to content

Commit 401b07d

Browse files
committed
Added initial Tutorial chapter.
1 parent 98bab9f commit 401b07d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/tutorial/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Tutorial",
3+
"position": 8,
4+
"link": {
5+
"type": "doc",
6+
"id": "introduction"
7+
}
8+
}

docs/tutorial/introduction.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Tutorial
2+
3+
This module is a collection of guides for creating CosmWasm smart contracts.
4+
It will lead you step by step, and explain relevant topics from the easiest to the trickier ones.
5+
6+
The point of these tutorials is not only to tell you about smart contract API but also to show you
7+
how to write contracts in a clean and maintainable way. We will show you patterns that CosmWasm
8+
creators established and encourage you to use.

0 commit comments

Comments
 (0)