Skip to content

Commit

Permalink
Update particle-network.md (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
TABASCOatw authored Nov 26, 2023
1 parent d92e10d commit 99f3d11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Figure from '/src/components/figure'

# Particle Network Smart Wallet-as-a-Service

[**Particle Network**](https://particle.network) is the Intent-Centric, Modular Access Layer of Web3. With Particle's Smart Wallet-as-a-Service, developers can curate an unparalleled user experience through modular and customizable EOA/AA embedded wallet components. Using MPC-TSS for key management, Particle can streamline user onboarding via familiar Web2 accounts—such as Google accounts, email addresses, and phone numbers.
[**Particle Network**](https://particle.network) is the Intent-Centric, Modular Access Layer of Web3. With Particle's [Smart Wallet-as-a-Service Modular Stack](https://blog.particle.network/announcing-our-smart-wallet-as-a-service-modular-stack-upgrading-waas-with-erc-4337/), developers can curate an unparalleled user experience through modular and customizable EOA/AA embedded wallet components. Using MPC-TSS for key management, Particle can streamline user onboarding via familiar Web2 accounts—such as Google accounts, email addresses, and phone numbers.

Particle supports Astar zkEVM Testnet through both EOA interactions and native ERC-4337 SimpleAccount implementations.

Expand Down Expand Up @@ -89,7 +89,7 @@ const smartAccount = new SmartAccount(new ParticleProvider(particle.auth), {
}
});
```
At this point, you've signed up and created an application, installed all required dependencies, and configured `ParticleNetwork`, along with `SmartAccount` if applicable.
At this point, you've signed up to the Particle dashboard and created an application, installed all required dependencies, and configured `ParticleNetwork`, along with `SmartAccount` if applicable.

## Example of utilization

Expand Down

0 comments on commit 99f3d11

Please sign in to comment.