You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProjectFactory is a Solidity-based project management system that allows the creation and management of projects with milestones. Each project can have multiple milestones, and the owner can add, complete, and approve these milestones.
4
+
5
+
## Development
6
+
7
+
The development of this project is planned and tracked in the testing branches. These branches contain the latest features and improvements under development.
8
+
9
+
## Contracts
10
+
11
+
-`Project`: Manages project milestones.
12
+
-`ProjectFactory`: Creates and manages multiple projects.
13
+
14
+
## Documentation
15
+
16
+
For detailed API documentation, refer to the [ProjectFactory Documentation](docs/ProjectFactory.md).
0 commit comments