Commit df2d23d
authored
Feat/update create project (boundlessfi#39)
* feat(project): add metadata_uri, is_successful, is_closed, and created_at fields to Project struct and update new() method accordingly
* refactor(create_project_event): change project_id type from u64 to String
* refactor(create_project_storage): change project_id type from u64 to String
* feat(create_project): add metadata_uri and change project_id to String in create_project function
* feat: add wallet connection and project creation functionalities
- 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
* docs: update README with detailed contribution guide and project overview
* docs: update README with support section and adjust Discord link format1 parent d5334f0 commit df2d23d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
| |||
0 commit comments