Skip to content

Latest commit

 

History

History

sign

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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