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
  1. Get Started
  2. Developing for Star Tower Wallet platform
  3. Mobile (WalletConnect)

Android

Installation

Add the jitpack.io Maven repository to your root/build.gradle.kts file. For example:

allprojects {
 repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
 }
}

In app/build.gradle.kts add the StarTowerKit package and its dependencies:

implementation("com.reown:android-core:release_version")
implementation("com.reown:walletkit:release_version")

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.

PreviousMobile (WalletConnect)NextUsage

Last updated 7 months ago