Skip to content

Library to use WalletConnect with Kotlin or Java. Improved version of the original with many fixes, best up to date fork available so far.

License

Notifications You must be signed in to change notification settings

mobilekosmos/kotlin-walletconnect-lib

 
 

Repository files navigation

kotlin-walletconnect-lib

Library to use WalletConnect with Kotlin or Java (Fixed many issues and improved code overall, works with Gradle 7 and Android Studio Artic fox) The changes here are also in the Pull Request PR40 in the original repository. The original repository doesn't compile currently and it doesn't seem to really be maintained, so better use this one for now. Additions:

  • The improvement from the DYDX fork (specially to notice are the added signing methods).
  • 'chainId' support

Add this library to your project

Add the @jitpack repository to your gradle file:

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

Add the dependency (replace the version by the latest release): Disclaimer: don't use this exact address in production as I may delete this proyect anytime, you can fork this proyect and change the address by your own github repository.

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

About

Library to use WalletConnect with Kotlin or Java. Improved version of the original with many fixes, best up to date fork available so far.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%