# WalletConnectSwiftV2 **Repository Path**: caowf/WalletConnectSwiftV2 ## Basic Information - **Project Name**: WalletConnectSwiftV2 - **Description**: https://github.com/WalletConnect/WalletConnectSwiftV2 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: #391-interactor-cleanup - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-19 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wallet Connect v.2 - Swift ![CI main](https://github.com/WalletConnect/WalletConnectSwiftV2/actions/workflows/ci.yml/badge.svg?branch=main) ![CI develop](https://github.com/WalletConnect/WalletConnectSwiftV2/actions/workflows/ci.yml/badge.svg?branch=develop) Swift implementation of WalletConnect v.2 protocol for native iOS applications. ## Requirements - iOS 13 - XCode 13 - Swift 5 ## Documentation & Usage - In order to build API documentation in XCode go to Product -> Build Documentation - [Getting started with wallet integration](https://docs.walletconnect.com/2.0/swift/sign/installation) - [Beginner guide to WalletConnect v2.0 for iOS Developers](https://medium.com/walletconnect/beginner-guide-to-walletconnect-v2-0-for-swift-developers-4534b0975218) - [Protocol Documentation](https://github.com/WalletConnect/walletconnect-specs) - [Glossary](https://docs.walletconnect.com/2.0/introduction/glossary) ## Installation ### Swift Package Manager Add .package(url:_:) to your Package.swift: ```Swift dependencies: [ .package(url: "https://github.com/WalletConnect/WalletConnectSwiftV2", .branch("main")), ], ``` ## Example App open `Example/ExampleApp.xcodeproj` ## License Apache 2.0