naman14 / WalletConnectKotlinV2

WalletConnect Kotlin SDK v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.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:sign")
}

License

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

About

WalletConnect Kotlin SDK v2

License:Apache License 2.0


Languages

Language:Kotlin 99.8%Language:Java 0.2%