mirror of
https://github.com/alexgo-io/ballot.git
synced 2026-01-12 17:12:41 +08:00
42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
# Ballot.gg
|
|
|
|
Decentralized Polls on Stacks
|
|
|
|
## FAQ
|
|
|
|
1. What is Ballot.gg?
|
|
The Ballot is a decentralized polling app for DAO, NFT, DeFi, and Web 3 projects that puts community members at the center to come to a consensus on important decisions. Polls will be gated based on holdings of tokens, .BTC namespaces, and NFTs.
|
|
|
|
2. How does Ballot.gg help?
|
|
Ballot.gg will help projects in the Stacks community to utilize tokens to govern decision-making on their platform. It will allow DAOs, NFTs, and DeFi's to get broad community consensus regarding proposed changes or ideas in a transparent and verifiable way.
|
|
|
|
3. How does Ballot.gg help Stacks community?
|
|
Polling for consensus has been around for years and is today used in politics to make decisions (eg. Brexit in the UK). Ballot makes it easy to deploy or integrate a poll into your project. Stacks community members can create polls for almost anything they want to know as a collective. Ballot will open up Stacks community members to be actively engaged and get to know how other community members think about things.
|
|
|
|
4. Is Ballot.gg open source?
|
|
Yes. The source of the smart contact is available here.
|
|
|
|
5. Is Ballot.gg free?
|
|
Yes. There are no charges for creating polls in Ballot.
|
|
|
|
6. Who is the team behind Ballot.gg?
|
|
We are developers from Team [BlockSurvey ↗](https://blocksurvey.io/?ref=ballot).
|
|
|
|
## Getting Started
|
|
|
|
Ballot.gg is built using Next.js and interacts with Stacks Blockchain.
|
|
|
|
Run the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
# or
|
|
yarn dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
## License
|
|
|
|
[MIT License](LICENSE)
|