Skip to content

Feature/implement vote contract#42

Closed
0xdevcollins wants to merge 10 commits intomainfrom
feature/implement-vote-contract
Closed

Feature/implement vote contract#42
0xdevcollins wants to merge 10 commits intomainfrom
feature/implement-vote-contract

Conversation

@0xdevcollins
Copy link
Copy Markdown
Collaborator

Closes: #18

…d_at fields to Project struct and update new() method accordingly
- add ConnectWalletButton component to dashboard layout
- create ProjectsPage for displaying user projects
- update project creation API route to handle new fields
- add wallet store using Zustand for managing wallet state
- implement project form with wallet connection and metadata upload
- add MyProjectsList component to display user's projects
- update utils with formatAddress function
- add dependencies: uuid and zustand
Enable voting on projects by adding vote_project module with storage and event handling.
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
boundless ❌ Failed (Inspect) Mar 15, 2025 9:19pm

- add project existence check and funding target validation
- implement get_project, update_project_metadata, modify_milestone, and close_project methods
- update storage to use persistent Map for project data
- enhance tests for new functionalities and edge cases
@0xdevcollins 0xdevcollins reopened this Apr 2, 2025
@0xdevcollins 0xdevcollins deleted the feature/implement-vote-contract branch July 27, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Voting Smart Contract

1 participant