Skip to content

Iniyarajan/WalletConnectSwiftV2

 
 

Repository files navigation

Wallet Connect v.2 - Swift

CI main CI develop

Swift implementation of WalletConnect v.2 protocol for native iOS applications.

Requirements

  • iOS 13
  • XCode 13
  • Swift 5

Documentation & Usage

Installation

Swift Package Manager

Add .package(url:_:) to your Package.swift:

dependencies: [
    .package(url: "https://github.com/WalletConnect/WalletConnectSwiftV2", .branch("main")),
],

Example App

open Example/ExampleApp.xcodeproj

License

Apache 2.0

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.8%
  • Other 0.2%