Star Tower Chain
Official Website
  • đź—ĽStarTower
  • Get Started
    • Developing for Star Tower Wallet platform
      • Mobile (WalletConnect)
        • Android
          • Usage
          • One-click Auth
          • Verify API
          • Wallet Call API
        • iOS
          • Usage
          • One-click Auth
          • Link Mode
          • Verify API
          • Wallet Call API
      • Integration Guide
        • Usage Guide
        • Android Integration Guide
      • Developing the Library
        • Contributing
    • Content Security Policy (CSP)
  • StarTower
    • our construction
  • Resource Interaction Proof(RIP)
    • Pull Request Resources
  • study
  • Developer Support
Powered by GitBook
On this page
  • Next Steps​
  • Next Steps​
  1. Get Started
  2. Developing for Star Tower Wallet platform
  3. Mobile (WalletConnect)

iOS

Installation

PreviousWallet Call APINextUsage

Last updated 7 months ago

StarTower SDK is available via or .

  • SwiftPackageManager

You can add a StarTower SDK to your project with Swift Package Manager. In order to do that:

  1. Open XCode

  2. Go to File -> Add Packages

  3. Paste the repo GitHub URL:

  4. Tap Add Package

  5. Select StarTower check mark

Next Steps

Now that you've installed StarTowerKit, you're ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.

  • Cocoapods

  1. Update Cocoapods spec repos. Type in terminal pod repo update

  2. Initialize Podfile if needed with pod init

  3. Add pod to your Podfile:

pod 'WalletConnectSwiftV2'
  1. Install pods with pod install

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

pod 'reown-swift', :git => 'https://github.com/reown-com/reown-swift.git', :tag => '1.0.0'

Now that you've installed StarTowerKit, you're ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.

Next Steps

Swift Package Manager
Cocoapods
https://github.com/reown-com/reown-swift
​
​