Skip to content

Commit df2d23d

Browse files
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 format
1 parent d5334f0 commit df2d23d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,14 @@ Found a bug? Have a feature request? Open an **issue** on GitHub:
167167

168168
## 10. Community & Support
169169
### Join Our Channels:
170-
- **Discord:** [Join Here](https://discord.gg/juUmBmwC3s)
170+
* [Join Here](https://discord.gg/juUmBmwC3s)
171171
- **GitHub Discussions:** [Boundless Discussions](https://github.com/0xdevcollins/boundless/discussions)
172172
- **Twitter:** [Follow @boundless_fi](https://x.com/boundless_fi)
173173

174+
### Support
175+
- **Benjamin:** [https://t.me/kitch_the_dev](https://t.me/kitch_the_dev)
176+
- **Collins:** [https://t.me/devcollinss](https://t.me/devcollinss)
177+
174178
---
175179

176180
Thank you for contributing to Boundless! 🚀

0 commit comments

Comments
 (0)