From 0920f33c3b5d1131c00f911754ab391ab9b8d608 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 10 Dec 2025 14:13:17 +0800 Subject: [PATCH] Update README to clarify app-id definition Clarified the definition of `app-id` in the README. --- kms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/README.md b/kms/README.md index 19130c92..8e7936fc 100644 --- a/kms/README.md +++ b/kms/README.md @@ -28,7 +28,7 @@ CVMs running in dstack support three boot modes: - Supports application upgrades - Requires control contract configuration - `key-provider` in RTMR: `{"type": "kms", "id": ""}` -- `app-id` is derived from the deployer's eth address + salt +- `app-id` is equal to the address of the deployed App Smart Contract. ## KMS Implementation