You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application.
6
6
@@ -23,11 +23,10 @@ Checkout the official [Web3Auth Documentation](https://web3auth.io/docs) and [SD
23
23
## ⏪ Requirements
24
24
25
25
- Android API version 24 or newer is required.
26
+
-`compileSdkVersion` needs to be 34
26
27
27
28
## ⚡ Installation
28
29
29
-
### Add Web3Auth to Gradle
30
-
31
30
In your project-level `settings.gradle` file, add JitPack repository:
32
31
33
32
```groovy
@@ -46,62 +45,19 @@ Then, in your app-level `build.gradle` dependencies section, add the following:
@@ -174,12 +117,14 @@ class MainActivity : AppCompatActivity() {
174
117
175
118
## 🩹 Examples
176
119
177
-
Checkout the examples for your preferred blockchain and platform in our [examples](https://web3auth.io/docs/examples)
120
+
Checkout the examples for your preferred blockchain and platform in our [examples](https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/android)
178
121
179
122
## 🌐 Demo
180
123
181
124
Checkout the [Web3Auth Demo](https://demo-app.web3auth.io/) to see how Web3Auth can be used in an application.
182
125
126
+
Have a look at our [Web3Auth PnP Android Quick Start](https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/android/android-quick-start) to help you quickly integrate a basic instance of Web3Auth Plug and Play in your Android app.
127
+
183
128
Further checkout the [app folder](https://https://github.com/Web3Auth/web3auth-android-sdk/tree/master/app) within this repository, which contains a sample app.
0 commit comments