Git Product home page Git Product logo

walletconnectkotlinv2's Introduction

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 Sign SDK Auth SDK Chat SDK
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.

walletconnectkotlinv2's People

Contributors

jakubuid avatar elyniss avatar talhaali00 avatar arein avatar chadyj avatar biranyucel avatar mobilekosmos avatar bffcorreia avatar valeryponomarenko avatar ligi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.