Portefeuilles personnalisés
Créer un portefeuille personnalisé
Le type de fonction Wallet
est fourni pour vous aider à définir vos propres portefeuilles personnalisés. Les propriétés suivantes peuvent être configurées sur la valeur de retour de votre fonction Wallet
:
Prop | Type | Default |
---|---|---|
id* | string | – |
name* | string | – |
rdns | string | – |
shortName | string | undefined | – |
iconUrl* | string | (() => Promise<string>) | – |
iconAccent | string | – |
iconBackground* | string | – |
installed | boolean | undefined | – |
downloadUrls | DownloadUrls | undefined | – |
hidden | (args) => boolean | undefined | – |
createConnector* | RainbowKitConnector | – |
mobile | object | – |
desktop | object | – |
qrCode | object | – |
extension | object | – |
createConnector* | (details: WalletDetailsParams) => CreateConnectorFn | – |
Prop | Type | Default |
---|---|---|
android | string | – |
ios | string | – |
mobile | string | – |
qrCode | string | – |
chrome | string | – |
edge | string | – |
firefox | string | – |
opera | string | – |
safari | string | – |
browserExtension | string | – |
Par exemple, pour créer un portefeuille personnalisé en utilisant WalletConnect :
Vous pouvez ensuite ajouter votre portefeuille personnalisé dans la liste de portefeuilles.