Skip to content

feat(contracts): restrict Naira token mint and burn to anchor admin#415

Closed
TochukwuJustice wants to merge 11 commits into
Fracverse:masterfrom
TochukwuJustice:implement-naira-token
Closed

feat(contracts): restrict Naira token mint and burn to anchor admin#415
TochukwuJustice wants to merge 11 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.

@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@TochukwuJustice Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@TochukwuJustice TochukwuJustice deleted the implement-naira-token branch June 26, 2026 12:14
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

1 participant