Skip to content

Commit 4a1df32

Browse files
committed
Update README.md to include project overview, development notes, and contract descriptions
1 parent 06b3399 commit 4a1df32

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# ProjectFactory
2+
3+
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

Comments
 (0)