Skip to content

Commit

Permalink
docs: starup note added
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-vavdiya committed Dec 3, 2024
1 parent c629698 commit abb645c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ includes multiple components working together for real-time messaging and data t
- Communicates with the UI application.
- **Setup**: A separate backend application is deployed for each EDC instance.

- **NOTE:**
**NOTE:**

- When the backend application starts, it will create the Asset with id `edc-chat-app`, Policy, and Contract Definition. Please refer `EDCService.initializePreEdcProcess()` for more details
- However, if the assetId as an `edc-chat-app` is already in the edc database, it’ll skip this process.
- Policy is created to check `Membership` credential of participant. Each participate needs to present `Membership` credential to start data negotiation.
Expand Down

0 comments on commit abb645c

Please sign in to comment.