Labels
soroban admin enhancement
Summary
Allow admins to update global contract settings.
Background
Platform fee and default royalty values should be configurable without redeployment.
Tasks
Add set_platform_fee().
Add set_default_royalty().
Emit ConfigUpdated.
Restrict to contract owner.
Swagger / API Integration
Document admin configuration endpoints.
Add request/response examples.
Acceptance Criteria
Only owner can update config.
Changes are emitted as events.
Labels
soroban admin enhancement
Summary
Allow admins to update global contract settings.
Background
Platform fee and default royalty values should be configurable without redeployment.
Tasks
Add set_platform_fee().
Add set_default_royalty().
Emit ConfigUpdated.
Restrict to contract owner.
Swagger / API Integration
Document admin configuration endpoints.
Add request/response examples.
Acceptance Criteria
Only owner can update config.
Changes are emitted as events.