Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Aug 2, 2022
1 parent 59999c4 commit a8202cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Polkadot Blockchain Academy 2022 Cohort Final Exam Project.
This is a pallet quadratic voting pallet based off substrate [collective pallet](https://marketplace.substrate.io/pallets/pallet-collective/).
The additional feature is the slashing mechanism which provides an incentive for voters to collaborate in the decision making process.

Navigate to [`pallet/slashing-voting`](pallets/slashing-voting/README.md)

**NOTE**: *This is an experimental pallet, no research has not conducted to actually prove economic costs of this governance system.*

## Idea
Expand Down
3 changes: 3 additions & 0 deletions pallets/slashing-voting/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Slashing

This is a pallet that actually implements a slashed quadratic voting

0 comments on commit a8202cd

Please sign in to comment.