Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Flawm/solana-dao-vote
https://github.com/Flawm/solana-dao-vote
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Flawm/solana-dao-vote
- Owner: Flawm
- Created: 2022-02-18T00:51:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T01:47:54.000Z (over 2 years ago)
- Last Synced: 2024-07-31T08:17:58.833Z (3 months ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Flawm/solana-dao-vote - (Rust)
README
# Daovote
- Everyone in a collection can make a propsoal.
- Everyone in a collection can vote on any proposal.
- Everyone can see everyone else's proposals.
- Everyone can see everyone else's votes.
- Everyone can interpret the votes however they want.# Features
- Fully decentralized. No central authority. Proposals should include a url pointing to a proposal document.
- Deployed at `Daovoteq2Y28gJyme6TNUXT9TxXrePiouFuHezkiozci`
- GPA'able by collection
- GPA'able by mint
- GPA'able by owner
- GPA'able by vote id
- GPA'able by vote option# Usage
```bash
npm run create --
npm run vote --
```# Shout outs
@statikdev
@immature69
@flawmz