Swift implementation of WalletConnect v.2 protocol for native iOS applications.
- iOS 13
- XCode 13
- Swift 5
- In order to build API documentation in XCode go to Product -> Build Documentation
- Getting started with wallet integration
- Beginner guide to WalletConnect v2.0 for iOS Developers
- Protocol Documentation
- Glossary
Add .package(url:_:) to your Package.swift:
dependencies: [
.package(url: "https://github.com/WalletConnect/WalletConnectSwiftV2", .branch("main")),
],
open Example/ExampleApp.xcodeproj
Apache 2.0