Swiftpack.co - WalletConnect/WalletConnectSwiftV2 as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by WalletConnect.
WalletConnect/WalletConnectSwiftV2 v1.0.5-rc3
WalletConnect Swift SDK v2
⭐️ 272
🕓 1 year ago
iOS macOS tvOS
.package(url: "https://github.com/WalletConnect/WalletConnectSwiftV2.git", from: "v1.0.5-rc3")

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")),
],

Cocoapods

Add pod to your Podfile:

pod 'WalletConnectSwiftV2'

If you encounter any problems during package installation, you can specify the exact path to the repository

pod 'WalletConnectSwiftV2', :git => 'https://github.com/WalletConnect/WalletConnectSwiftV2.git', :tag => '1.0.5'

Setting Project ID

Follow instructions from Configuration.xcconfig and configure PROJECT_ID with your ID from WalletConnect Dashboard

// Uncomment next line and paste your project id. Get this on: https://cloud.walletconnect.com/sign-in
// PROJECT_ID = YOUR_PROJECT_ID
// To use Push Notifications on the Simulator you need to grab the simulator identifier
// from Window->Devices and Simulators->Simulator you're using->Identifier
SIMULATOR_IDENTIFIER = YOUR_SIMULATOR_IDENTIFIER

Example App

open Example/ExampleApp.xcodeproj

Web3Wallet

Web3Wallet SDK introduces a new interface for all wallets that wraps the Sign and Auth clients internally.

License

Apache 2.0

Guides

GitHub

link
Stars: 272
Last commit: 2 hours ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.18.5
1 week ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics