Skip to content

Commit

Permalink
Updated DAO dapp title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
vasmohi committed Aug 19, 2024
1 parent 3467a16 commit 98087e6
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
sidebar_position: 3
title: Vote Contract
description: Slightly more complex contract
title: DAO dApp
description: Slightly more complex dApp
---

**Description**: This is the most complex contract in this guide. It covers voting
mechanisms, security considerations, and advanced data structures to
ensure a fair and transparent voting process.
**Description**: This is the slightly more complex dApp in this guide. It covers mechanisms of a decentralized autonomous organization (DAO) dApp including creating a proposal, vote on a proposal, fetch all proposals, security considerations, and advanced data structures to ensure a fair and transparent DAO processes.

**Purpose**: To teach you about complex logic implementation, security best
practices, and efficient data management in smart contracts.
Expand Down

0 comments on commit 98087e6

Please sign in to comment.