Learn how to create and configure a Universal Account for your dApp.
Access the Particle Dashboard
Create a new project or enter an existing project
Create a new web application, or skip this step if you already have one
Retrieve the project credentials (project ID, client key, app ID)
ethers.js
as the provider and then initializing a Universal Account. Here’s a quick recap:
You can access and import the UniversalAccount
class in your app as follows:
slippageBps
value is in basis points: 100 = 1% slippage tolerance.
Setting universalGas: true
allows users to pay transaction fees with PARTI tokens on any blockchain.ua
instance to fetch data (addresses and balances) and send transactions across multiple blockchains, which we’ll cover in the next lessons.