Learn how to create and configure a Universal Account for your dApp.
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.