Issue: Implement On-Chain Group Ownership
Description
Group ownership should be tied directly to a wallet address on the Stellar blockchain.
Before any updates to group data are allowed, ownership must be validated against this wallet.
Acceptance Criteria
- Assign group ownership to a specific wallet address at creation.
- On update requests, verify that the transaction is signed by the owner’s wallet.
- Deny updates if ownership validation fails.
Benefits
- Ensures only the rightful owner can modify group data.
- Provides transparent, on-chain proof of ownership.
- Strengthens security and trust in group management.
Issue: Implement On-Chain Group Ownership
Description
Group ownership should be tied directly to a wallet address on the Stellar blockchain.
Before any updates to group data are allowed, ownership must be validated against this wallet.
Acceptance Criteria
Benefits