Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.24 KB

ReadMe.md

File metadata and controls

49 lines (34 loc) · 1.24 KB

WalletConnect Sign - Kotlin

Kotlin implementation of WalletConnect v2 Sign protocol for Android applications.

Maven Central

Requirements

  • Android min SDK 23
  • Java 11

Documentation and usage

 

Installation

root/build.gradle.kts:

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

app/build.gradle.kts

implementation(platform("com.reown:android-bom:{BOM version}"))
implementation("com.reown:android-core")
implementation("com.reown:sign")

 

Sample apps

  • For sample wallet run wallet module
  • For sample Dapp run dapp module