Skip to content

Commit

Permalink
Small edits to particle-network.md (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
TABASCOatw authored and moldy530 committed Dec 1, 2023
1 parent e69da8e commit 2caf3fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions site/smart-accounts/signers/particle-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ head:

# Particle Network

[**Particle Network**](https://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 embedded wallet components. By utilizing MPC-TSS for key management, Particle can streamline onboarding via familiar Web2 accounts—such as Google accounts, email addresses, phone numbers, etc.
[**Particle Network**](https://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 embedded wallet components. By utilizing MPC-TSS for key management, Particle can streamline onboarding via familiar Web2 accounts—such as Google accounts, email addresses, phone numbers, etc.

Leveraging both Particle and Account Kit enables a streamlined onboarding flow, with social logins and signer key management being handled by Particle while Account Kit takes this experience to the next level with account abstraction - facilitating powerful user experience.

## Integration

### Sign up for a Particle Account

To configure Particle, you'll need to start by quickly signing up for a Particle account, creating a project, and then creating an application. You can learn more about this process within our [quickstart guide](https://docs.particle.network/getting-started/dashboard/manage-projects). Additionally, you can sign up through the [Particle dashboard](https://dashboard.particle.network/#/login).
To configure Particle, you'll need to start by quickly signing up for a Particle account, creating a project, and then creating an application. You can learn more about this process within their [quickstart guide](https://docs.particle.network/getting-started/dashboard/manage-projects). Additionally, you can sign up through the [Particle dashboard](https://dashboard.particle.network/#/login).

### Install the SDK

Expand Down Expand Up @@ -82,3 +82,7 @@ const provider = new AlchemyProvider({
<<< @/snippets/particle.ts

:::

### Video tutorial

Particle Network has also produced a comprehensive step-by-step video tutorial detailing the above process (the utilization of Particle as a signer within Account Kit). This video can be found [here](https://twitter.com/TABASCOweb3/status/1715034613184147721).

0 comments on commit 2caf3fc

Please sign in to comment.