Quick Start
AuthView.swift
handleAuthenticatedUser(), presentVerification(_:), or presentSignupOptions(_:) to align with your navigation flow.
Create the ParaManager once at your app entry point (for example with @StateObject in App) and inject it into views with .environmentObject(paraManager).
Sign Transactions
TransactionHandler.swift