| description | icon |
|---|---|
Official Documentation for NERO Decentralized Polls |
hand-wave |
Link to official documentation: https://blurtopian.gitbook.io/dpolls
Moved to https://github.com/eastmaels/nero-polls-dapp/tree/main
flowchart TD
A[Start] --> B[Create Poll]
B --> B1[Add Title/Options]
B1 --> B2[Configure Settings]
B2 --> B3{Publish?}
B3 -->|Yes| C[AA Payment]
B3 -->|No| D[Save Draft]
C --> E[User Submits Response]
E --> E1[AA Payment]
E1 --> F[View Results]
F --> G[Share Results]
C --> H[Modify Poll]
H --> H1[Edit Title/Options]
H1 --> H2[Update Poll]
C --> I[Deactivate Poll]
I --> I1[Confirm Closure]
I1 --> J[Poll Archived]
