We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bab9f commit 401b07dCopy full SHA for 401b07d
docs/tutorial/_category_.json
@@ -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
+# Tutorial
+
+This module is a collection of guides for creating CosmWasm smart contracts.
+It will lead you step by step, and explain relevant topics from the easiest to the trickier ones.
+The point of these tutorials is not only to tell you about smart contract API but also to show you
+how to write contracts in a clean and maintainable way. We will show you patterns that CosmWasm
+creators established and encourage you to use.
0 commit comments