Skip to content

Commit

Permalink
feat: create a x/gov tutorial (#1217)
Browse files Browse the repository at this point in the history
Co-authored-by: Xavier Leprêtre <xavierlepretre@users.noreply.github.com>
  • Loading branch information
julienrbrt and xavierlepretre authored Sep 19, 2022
1 parent cd763d2 commit 88e6c00
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 6 deletions.
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

0 comments on commit 88e6c00

Please sign in to comment.