From dd62abc48e0440668b0bdc2423a0b19df5c27f9c Mon Sep 17 00:00:00 2001 From: TABASCO <84655644+TABASCOatw@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:38:24 -0700 Subject: [PATCH] Update how-to-sign-in-with-particle.md --- .../evm/tutorials/how-to-sign-in-with-particle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03-authentication-api/evm/tutorials/how-to-sign-in-with-particle.md b/docs/03-authentication-api/evm/tutorials/how-to-sign-in-with-particle.md index 29987430..3ea861ef 100644 --- a/docs/03-authentication-api/evm/tutorials/how-to-sign-in-with-particle.md +++ b/docs/03-authentication-api/evm/tutorials/how-to-sign-in-with-particle.md @@ -14,7 +14,7 @@ description: "Learn how to add secure Web3 Moralis authentication to your NextJS Check the Particle Network [documentation website](https://docs.particle.network/) to get more information. ::: -The **Particle Network** is the Intent-Centric, Modular Access Layer of Web3. With Particle's Wallet-as-a-Service, developers can curate unparalleled user experience through modular and customizable EOA/AA embedded wallet components. By utilizing MPC-TSS for key management, Particle can streamline onboarding via familiar Web2 accounts—such as Google accounts, email addresses, and phone numbers. +**Particle Network** is the Intent-Centric, Modular Access Layer of Web3. With Particle's [Smart Wallet-as-a-Service](https://blog.particle.network/announcing-our-smart-wallet-as-a-service-modular-stack-upgrading-waas-with-erc-4337/), developers can curate unparalleled user experience through modular and customizable EOA/AA embedded wallet components. By utilizing MPC-TSS for key management, Particle can streamline onboarding via familiar Web2 accounts—such as Google accounts, email addresses, and phone numbers. ## Prerequisites @@ -50,7 +50,7 @@ To prepare for this tutorial, you'll need to install the following dependencies yarn add @particle-network/connect ``` -- **@particle-network/chains**: This dependency is required for handling blockchain chains within Particle Connect. You can install it using npm or yarn. +- **@particle-network/chains**: This optional dependency is leveraged for handling blockchain chains within Particle Connect. You can install it using npm or yarn. ```bash npm install @particle-network/chains