Skip to content

Latest commit

 

History

History
 
 

inbox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

WalletConnect Web3Inbox - Kotlin

Kotlin implementation of Web3Inbox for Android applications.

Maven Central

Requirements

  • Android min SDK 23
  • Java 11

Documentation and usage

Installation

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:web3inbox")

 

Sample app

  • For sample wallet run web3inbox module