From 79c06a82607996f8ed4cf9579495979f30c04fa7 Mon Sep 17 00:00:00 2001 From: ramsesfv Date: Mon, 16 Sep 2024 08:41:00 +0200 Subject: [PATCH] Update eth-demls.md --- vac/raw/eth-demls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vac/raw/eth-demls.md b/vac/raw/eth-demls.md index 6001c03a..ee6cd957 100644 --- a/vac/raw/eth-demls.md +++ b/vac/raw/eth-demls.md @@ -938,13 +938,13 @@ replaced with SIWE in this specification. ### Addition of members to a group -1. Alice creates a Smart Contract with ACL. +1. On-chain: Alice creates a Smart Contract with ACL. 2. Off-chain: Alice sends the contract address and an invitation message to Bob over the secure channel. 3. Off-chain: Bob sends a signed response confirming his Ethereum address and agreement to join. 4. Off-chain: Alice verifies the signature using the public key of Bob. -5. ON-chain: Alice adds Bob’s address to the ACL. +5. On-chain: Alice adds Bob’s address to the ACL. 6. Off-chain: Alice sends a welcome message to Bob. 7. Off-chain: Alice sends a broadcast message to all group members, notifying them the addition of Bob.