Skip to content

fix: gate naira mint and burn by admin#417

Merged
ONEONUORA merged 3 commits into
Fracverse:masterfrom
TochukwuJustice:implement-naira-token
Jun 26, 2026
Merged

fix: gate naira mint and burn by admin#417
ONEONUORA merged 3 commits into
Fracverse:masterfrom
TochukwuJustice:implement-naira-token

Conversation

@TochukwuJustice

Copy link
Copy Markdown
Contributor

closes #283

##Summary
Added a centralized admin authorization helper for the Naira token contract.
Updated mint to require the stored admin/anchor authorization.
Updated burn to require the stored admin/anchor authorization instead of holder authorization.
Added a focused test covering admin-authorized mint and burn behavior.

##Reason
SC-010 requires only the verified Stellar anchor/admin address to mint and burn Naira stablecoins on Soroban. This ensures supply-changing operations are controlled by the configured anchor authority.

@ONEONUORA ONEONUORA left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GReat job @TochukwuJustice

@ONEONUORA ONEONUORA merged commit b14f8cd into Fracverse:master Jun 26, 2026
9 of 12 checks passed
@TochukwuJustice

Copy link
Copy Markdown
Contributor Author

thank you @ONEONUORA

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.

[SC-010] Implement Naira Token minting/burning interface for Anchors

2 participants