Skip to main content
Para Swift SDK eliminates the complexity of blockchain integration by providing a unified interface for wallet creation, authentication, and multi-chain transactions in iOS applications.

Quick Start

AuthView.swift
Implement lightweight helpers like 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

Next Steps