Skip to content

feat(soroban): implement master account management contract with admi…#25

Merged
ayshadogo merged 1 commit intoDfunder:mainfrom
lishmanTech:masterKey
Feb 24, 2026
Merged

feat(soroban): implement master account management contract with admi…#25
ayshadogo merged 1 commit intoDfunder:mainfrom
lishmanTech:masterKey

Conversation

@lishmanTech
Copy link
Contributor

@lishmanTech lishmanTech commented Feb 24, 2026

  • Add MasterAccountContract for platform authority management
  • Store admin address, signer list, and threshold in contract storage
  • Implement admin rotation with require_auth enforcement
  • Add signer management for optional multisig
  • Implement threshold configuration validation
  • Emit events for admin rotation and signer updates
  • Add unit tests for initialization and admin retrieval
  • Ensure no secret keys stored on-chain

closes #19

@ayshadogo ayshadogo merged commit f849aab into Dfunder:main Feb 24, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Platform Master Keypair

2 participants