Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pink-room/walletconnectkit-android
WalletConnectKit is the Swiss Army toolkit for WalletConnect!
https://github.com/pink-room/walletconnectkit-android
android android-app dapp kotlin library walletconnect web3 web3-dapp
Last synced: 3 months ago
JSON representation
WalletConnectKit is the Swiss Army toolkit for WalletConnect!
- Host: GitHub
- URL: https://github.com/pink-room/walletconnectkit-android
- Owner: pink-room
- License: apache-2.0
- Created: 2021-12-20T23:21:35.000Z (about 3 years ago)
- Default Branch: v2
- Last Pushed: 2023-07-18T17:57:58.000Z (over 1 year ago)
- Last Synced: 2024-10-01T19:14:36.410Z (4 months ago)
- Topics: android, android-app, dapp, kotlin, library, walletconnect, web3, web3-dapp
- Language: Kotlin
- Homepage:
- Size: 18.5 MB
- Stars: 72
- Watchers: 5
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![wckit_banner](https://github.com/pink-room/walletconnectkit-android/assets/2984462/f9d14bfc-52b5-436d-8a3c-76c0d7c6cc11)
`WalletConnectKit` is the Swiss Army toolkit for `WalletConnect`. It will allow you to connect your
DApp with a Wallet in a few minutes and start performing method calls right away.> **Note**
> This SDK uses the WalletConnect v2 protocol and it's currently in the Alpha version. Right now, we
> only support the Sign protocol but aim to add more protocols in the future. Contributions are
> welcome! 🚀## Sign DApp
[This module](./sign/sdk/dapp) contains the SDK to help you establish a connection with a user's
wallet and perform various operations on the blockchain. The sample DApp code using this SDK can be
found [here](./sign/sample/dapp).## Sign Wallet
If you want to build a Wallet that supports the WalletConnect v2 Sign protocol
[this](./sign/sdk/wallet) is the SDK for you. In our [sample](./sign/sample/wallet) you can find
the necessary steps to establish a connection with a DApp and handle incoming requests.## License
Copyright 2023 Pink Room, Lda
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.