Web

Particle provides a complete wallet service.

Usage

Open Wallet Use Particle Default Config

👉 https://wallet.particle.network/

Open Wallet in iframe

Particle Wallet support scan address QRCode and WalletConnect QRCode, so you need add camera permission to iframe.

// get iframe element and add 'camera' permission
const iframe = document.getElementById('particle-wallet-iframe');
iframe?.allow = 'camera';

Open Wallet By Particle Auth

When your DApp integration Particle Auth, you can call openWallet() open wallet.

Custom Particle Wallet Style

You can preview wallet style in Particle Wallet, and edit styles through the bottom right artboard. Copy style JSON set to Auth Service or Connect Service.

namedescription

supportChains

The chains wallet support switch

displayTokenAddresses

The tokens wallet display in list

displayNFTContractAddresses

The NFT contracts display in list

priorityTokenAddresses

Token list priority

priorityNFTContractAddresses

NFT list priority

fiatCoin

The Currency Unit

evmSupportWalletConnect

The Wallet support WalletConnect protocol or not

supportUIModeSwitch

The Wallet support UI Mode switch or not

supportLanguageSwitch

The Wallet support Language switch or not

light

light mode style

dark

dark mode style

Last updated