WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
156 stars 100 forks source link
android ethereum java kotlin library walletconnect

kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java

Add this library to your project

Add the @jitpack repository to your gradle file:

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

Add the dependency:

dependencies {
    implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:version'
}