-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# `@staratlas/stv` | ||
A library for verifying vote results, released by the Star Atlas DAO. | ||
|
||
## Purpose | ||
This library allows users to verify vote results that have occurred within the Star Atlas DAO. It provides a way to ensure transparency and accountability in the voting process. | ||
|
||
## Key Functionality | ||
|
||
### `calculateStvWinners` | ||
The main interaction function provided by this library, which calculates the winners of votes using the [Single Transferable Vote (STV) method](https://en.wikipedia.org/wiki/Single_transferable_vote). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters