File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Tutorial
22
3- This module is a collection of guides for creating CøsmWasm smart contracts.
3+ This module is a collection of guides for creating CosmWasm smart contracts.
44It will lead you step by step, and explain relevant topics from the easiest to the trickier ones.
55
66The 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 CøsmWasm
7+ how to write contracts in a clean and maintainable way. We will show you patterns that CosmWasm
88creators established and encourage you to use.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_position: 1
44
55# Contract creation
66
7- The easiest and recommended way to start working on a new CøsmWasm contract is to generate it from
7+ The easiest and recommended way to start working on a new CosmWasm contract is to generate it from
88the [ ` cw-template ` ] ( https://github.com/CosmWasm/cw-template ) .
99
1010``` shell title="terminal"
Original file line number Diff line number Diff line change 1- # Writing CøsmWasm contracts
1+ # Writing CosmWasm contracts
22
3- This section is a step-by-step guide on how to write CøsmWasm contracts.
3+ This section is a step-by-step guide on how to write CosmWasm contracts.
You can’t perform that action at this time.
0 commit comments