Description
Create a signer management dashboard allowing administrators to view, add, and remove co-signers and weight thresholds for organization multi-signature Stellar accounts.
Context & Requirements
- Display current signer addresses, weights, and master key thresholds in a clean table format using TanStack Table.
- Provide forms for proposing signer weight adjustments with Zod validation.
- Use existing design tokens and badge components.
Acceptance Criteria
Implementation Guidance
- Likely files to touch:
src/features/multisig/SignerManagement.tsx and src/types/. Integrate with TanStack Table for sorting and pagination.
Testing & Validation
- Verify form validation states and table responsiveness across viewports.
- Run
npm run typecheck && npm run lint.
Submission Guidelines
- Open a PR that includes "Closes #". Assignment is required before starting.
Wave complexity: Medium
Description
Create a signer management dashboard allowing administrators to view, add, and remove co-signers and weight thresholds for organization multi-signature Stellar accounts.
Context & Requirements
Acceptance Criteria
anytypes.Implementation Guidance
src/features/multisig/SignerManagement.tsxandsrc/types/. Integrate with TanStack Table for sorting and pagination.Testing & Validation
npm run typecheck && npm run lint.Submission Guidelines
Wave complexity: Medium