Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create a x/gov tutorial #1217

Merged
merged 13 commits into from
Sep 19, 2022
7 changes: 6 additions & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,16 @@ module.exports = {
path: "/tutorials/understanding-group/",
directory: false,
},
{
title: "Understanding the Gov Module",
path: "/tutorials/understanding-gov/",
directory: false,
},
{
title: "How to use IPFS",
path: "/tutorials/how-to-use-ipfs/",
directory: false,
}
},
],
},
],
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!--
layout: LandingPage
tutorials:
- title: Understanding the Gov Module
level: intermediate
description: Learn about the new Gov module, how to make and submit proposals for chain governance.
url: /tutorials/understanding-gov
- title: Understanding the Group Module
level: intermediate
description: Learn what the Group module does, how to create group, and how to submit group proposals.
Expand All @@ -9,10 +13,6 @@ tutorials:
level: intermediate
description: Learn what the Authz module does, how to create and revoke authorizations, and how to execute authorized transactions.
url: /tutorials/understanding-authz
- title: Understand IBC Denoms with Gaia
level: intermediate
description: Learn about what means IBC denoms and understand what they are.
url: /tutorials/understanding-ibc-denoms/
tools:
- title: Cosmos SDK
description: A framework for building public blockchains.
Expand Down
Loading