:::caution The Web3Modal SDK is currently in Alpha and is not production-ready.
It's public API and associated documentation may still see significant and breaking changes. :::
Kotlin implementation of Web3Modal for Android applications.
- Android min SDK 23
- Java 11
root/build.gradle.kts:
allprojects {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
}
app/build.gradle.kts
implementation(platform("com.walletconnect:android-bom:$BOM_VERSION"))
implementation("com.walletconnect:android-core")
implementation("com.walletconnect:web3modal")