Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 2.04 KB

File metadata and controls

44 lines (20 loc) · 2.04 KB
description
Particle provides a complete wallet service.

Web

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

Wallet custom 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
supportChainsThe chains wallet support switch
displayTokenAddressesThe tokens wallet display in list
displayNFTContractAddressesThe NFT contracts display in list
priorityTokenAddressesToken list priority
priorityNFTContractAddressesNFT list priority
fiatCoinThe Currency Unit
evmSupportWalletConnectThe Wallet support WalletConnect protocol or not
supportUIModeSwitchThe Wallet support UI Mode switch or not
supportLanguageSwitchThe Wallet support Language switch or not
lightlight mode style
darkdark mode style