* **Difficulty Tag**: Easy * **Module**: Utilities * **Task Description**: Implement validation methods and styled text inputs. 1. Write verification helpers in `utils/validation.ts` for email, password strength, and wallet addresses. 2. Create a generic `ValidatedInput.tsx` text box component. 3. The text input component must display a red border and validation message if the input loses focus and is invalid. * **Acceptance Criteria**: * Email validations check for correct domain syntax. * Error messages display dynamically below the text field. ---
Implement validation methods and styled text inputs.
utils/validation.tsfor email, password strength, and wallet addresses.ValidatedInput.tsxtext box component.