Skip to content

Loopring/WalletConnectKotlinV2

 
 

Repository files navigation

WalletConnect V2

WalletConnect - Kotlin

The communications protocol for web3, WalletConnect brings the ecosystem together by enabling hundreds of wallets and apps to securely connect and interact. This repository contains Kotlin implementation of WalletConnect v2 protocols for Android applications.

SDK Chart

BOM Core SDK web3wallet Sign SDK Auth SDK Chat SDK web3inbox
1.11.0 1.16.0 1.9.0 2.14.0 1.14.0 1.0.0-beta11 1.0.0-alpha11
1.10.0 1.15.0 1.8.0 2.13.0 1.13.0 1.0.0-beta10 1.0.0-alpha10
1.9.3 1.14.3 1.7.3 2.12.3 1.12.3 1.0.0-beta09 1.0.0-alpha09
1.9.2 1.14.2 1.7.2 2.12.2 1.12.2 1.0.0-beta08 1.0.0-alpha08
1.9.1 1.14.1 1.7.1 2.12.1 1.12.1 1.0.0-beta07 1.0.0-alpha07
1.9.0** 1.14.0 1.7.0 2.12.0 1.12.0 1.0.0-beta06 1.0.0-alpha06
1.8.0 1.13.0 1.6.0 2.11.0 1.11.0 1.0.0-beta05 1.0.0-alpha05
1.7.0 1.12.0 1.5.0 2.10.0 1.10.0 1.0.0-beta04 1.0.0-alpha04
1.6.1 1.11.1 1.4.1 2.9.1 1.9.1 1.0.0-beta03 1.0.0-alpha03
1.6.0 1.11.0 1.4.0 2.9.0 1.9.0 1.0.0-beta02
1.5.0 1.10.0 1.3.0 2.8.0 1.8.0 1.0.0-beta01
1.4.1 1.9.1 1.2.1 2.7.1 1.7.1 1.0.0-alpha09
1.3.0 1.8.0 1.1.0 2.6.0 1.6.0 1.0.0-alpha07
1.2.0 1.7.0 1.0.0 2.5.0 1.5.0 1.0.0-alpha06
1.1.1 1.6.0 2.4.0 1.4.0 1.0.0-alpha05
1.0.1 1.5.0 2.3.1 1.3.0 1.0.0-alpha04
1.4.0 2.2.0 1.2.0 1.0.0-alpha03
1.3.0 2.1.0 1.1.0 1.0.0-alpha02
1.2.0 1.0.0-alpha01
1.1.0 2.0.0 1.0.0
1.0.0 2.0.0-rc.5 1.0.0-alpha01

BOM Instructions:

To help manage compatible dependencies stay in sync, we've introduced a BOM to the Kotlin SDK. With this, you only need to update the BOM version to get the latest SDKs. Just add the BOM as a dependency and then list the SDKs you want to include into your project.

example build.gradle.kts

dependencies {
    implementation(platform("com.walletconnect:android-bom:{BOM version}"))
    implementation("com.walletconnect:android-core")
    implementation("com.walletconnect:web3wallet")
}

License

WalletConnect v2 is released under the Apache 2.0 license. See LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.7%
  • Java 0.3%