Develop a DAO voting program using Anchor. This program should allow users to vote on proposals and display results. Optionally, implement "privacy" voting using Zero-Knowledge (ZK) proofs or verifiable compute. Reward points should be given to users for participation.
- Init a proposal with content and maximun votes
- Vote for or agains proposal, one per user in timeframe
- Result show how many vote for/agains proposal
- Rust
- Solana CLI
- Anchor
- Typescript
anchor buildanchor testanchor deploy