Skip to content

Commit 0ecdfcd

Browse files
author
Daniel Ouma
committed
update README
1 parent c5d2deb commit 0ecdfcd

1 file changed

Lines changed: 20 additions & 17 deletions

File tree

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
# `CLM`
22

3-
Welcome to your new `CLM` project and to the Internet Computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle.
3+
This application is used in managing vendor agreements.
4+
5+
## Features
6+
7+
Contract creation
8+
Participant invitation
9+
E-signing of contracts
10+
Delivery note generation
11+
Invoice generation
12+
Locking of assests in Escrow
13+
Flexible payment terms:
14+
1. On Delivery
15+
2. Periodic
16+
3. Milestone payments
17+
4. Net 60/90
18+
5. 7,14,30 day
19+
6. Immediate payment
20+
Discounts and penalties
21+
Automatic asset transfer
22+
*Dispute resolution
423

5-
To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.
6-
7-
To learn more before you start working with `CLM`, see the following documentation available online:
8-
9-
- [Quick Start](https://internetcomputer.org/docs/current/developer-docs/setup/deploy-locally)
10-
- [SDK Developer Tools](https://internetcomputer.org/docs/current/developer-docs/setup/install)
11-
- [Motoko Programming Language Guide](https://internetcomputer.org/docs/current/motoko/main/motoko)
12-
- [Motoko Language Quick Reference](https://internetcomputer.org/docs/current/motoko/main/language-manual)
13-
14-
If you want to start working on your project right away, you might want to try the following commands:
15-
16-
```bash
17-
cd CLM/
18-
dfx help
19-
dfx canister --help
20-
```
2124

2225
## Running the project locally
2326

0 commit comments

Comments
 (0)