Skip to content

Commit 807de8d

Browse files
committed
Update 03-build-a-module.mdx
1 parent 1eff5ed commit 807de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/next/tutorials/example/03-build-a-module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Build a simple counter module from scratch in minutes
55

66
In [quickstart](/sdk/next/tutorials/example/02-quickstart), you started a chain and submitted a transaction to increase the counter. In this tutorial, you'll build a simple counter module from scratch. It follows the same overall structure as the full `x/counter`, but uses a stripped-down version so you can focus on the core steps of building and wiring a module yourself.
77

8-
By the end, you'll have built a working module and wired it into a running chain. For a deeper dive into how modules work in the Cosmos SDK, see [Intro to Modules](/sdk/next/learn/concepts/modules).
8+
By the end, you'll have built a working module and wired it into a running chain. For a deeper dive into how modules work in the Cosmos SDK, see [Intro to Modules](/sdk/next/learn/concepts/modules).
99

1010
<Note>
1111
Before continuing, you must follow the [Prerequisites guide](/sdk/next/tutorials/example/01-prerequisites) to make sure everything is installed.

0 commit comments

Comments
 (0)