You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement register_badge_type so the admin can define badge categories (e.g., "Top Contributor", "30-Day Streak"). Work inside contracts/sandbox/credential_badge/.
Acceptance Criteria
register_badge_type(env, caller, id, name, description) is admin-gated
Overview
Implement
register_badge_typeso the admin can define badge categories (e.g., "Top Contributor", "30-Day Streak"). Work insidecontracts/sandbox/credential_badge/.Acceptance Criteria
register_badge_type(env, caller, id, name, description)is admin-gatedBadgeTypeand indexes inBadgeTypeListcargo build