Skip to content

feat(soroban): add account monitoring contract for master account#26

Merged
ayshadogo merged 1 commit intoDfunder:mainfrom
lishmanTech:monitorAcc
Feb 25, 2026
Merged

feat(soroban): add account monitoring contract for master account#26
ayshadogo merged 1 commit intoDfunder:mainfrom
lishmanTech:monitorAcc

Conversation

@lishmanTech
Copy link
Contributor

  • Track transaction count with log_transaction()
  • Emit low balance alerts when threshold is crossed
  • Store and update low balance threshold
  • Expose getters for transaction count and threshold
  • Fully separate from master account contract for modularity

closes #20

@ayshadogo ayshadogo merged commit b4f840b into Dfunder:main Feb 25, 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.

Setup Stellar Account Monitoring Service

2 participants