@@ -45,7 +45,7 @@ Here are a few screenshots of the application.
4545If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the
4646Web3Auth's base plan. After the basic setup, explore other features and functionalities offered by
4747the Web3Auth Dashboard. It includes custom verifiers, whitelabeling, analytics, and more. Head to
48- [ Web3Auth's documentation] ( /docs/dashboard-setup ) page for detailed instructions on setting up the
48+ [ Web3Auth's documentation] ( /docs/dashboard ) page for detailed instructions on setting up the
4949Web3Auth Dashboard.
5050
5151## Integrating Web3Auth in Android
@@ -85,13 +85,13 @@ dependencies {
8585```
8686
8787For the prerequisites, and other mandatory configuration of the SDK, please head to our
88- [ installation documentation] ( /docs/sdk/pnp/android/install ) .
88+ [ installation documentation] ( /docs/sdk/mobile/ pnp/android/install ) .
8989
9090### Initialization
9191
9292After successfully installing the package, the next step is to initialize Web3Auth in your Android
9393app. This sets up the necessary configurations using Client Id and prepares Web3Auth.
94- [ Learn more about Web3Auth Initialization] ( /docs/sdk/pnp/android/initialize ) .
94+ [ Learn more about Web3Auth Initialization] ( /docs/sdk/mobile/ pnp/android/initialize ) .
9595
9696Since we are using the MVVM architecture for the wallet, along with dependency injection, we have
9797defined a ` Web3AuthHelper ` to interact with a ` Web3Auth ` instance, which also makes it easier to
@@ -253,7 +253,7 @@ input. After successfully logging in, we'll generate and prepare the `Credential
253253interact with the blockchain. Along with that, we'll retrieve user info, and navigate them to
254254` HomeScreen ` .
255255
256- Learn more about [ Web3Auth LoginParams] ( /docs/sdk/pnp/android/usage#parameters ) .
256+ Learn more about [ Web3Auth LoginParams] ( /docs/sdk/mobile/ pnp/android/usage#parameters ) .
257257
258258``` kotlin
259259class MainViewModel (private val web3AuthHelper : Web3AuthHelper ) : ViewModel() {
@@ -1177,5 +1177,6 @@ your wallet with Ethereum ecosystem support. The general idea of the guide can b
11771177the blockchain ecosystem.
11781178
11791179If you are interested in learning more about Web3Auth, please checkout our
1180- [ documentation for Android] ( /docs/sdk/pnp/android ) . You can find the code used for the guide on our
1180+ [ documentation for Android] ( /docs/sdk/mobile/pnp/android ) . You can find the code used for the guide
1181+ on our
11811182[ examples repo] ( https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/android/android-playground ) .
0 commit comments