1+ import ThemedImage from " @theme/ThemedImage" ;
2+ import useBaseUrl from " @docusaurus/useBaseUrl" ;
3+
14## Minting Resources
25
36### Minting dApps
@@ -9,16 +12,16 @@ You can mint FAssets on either of the following dApps:
912
1013### Supported Wallets
1114
12- | Wallet | Flare Support | XRPL Support | Notes |
13- | ------------------------------------------------------------ | ------------- | ------------ | ---------------------------------------------------------------------------------- |
14- | [ Bifrost] ( https://bifrostwallet.com/ ) | ✅ | ✅ | Supports both networks. [ Tutorial] ( https://www.youtube.com/watch?v=1lETSE9YlXQ ) |
15- | [ Ledger] ( https://www.ledger.com/ ) | ✅ | ✅ | Hardware wallet supporting both networks. [ Tutorial] ( https://youtu.be/WkdWZJJBem0 ) |
16- | [ Luminite] ( https://luminite.app/ ) | ✅ | ✅ | Integrated FAssets support with DeFi utilities |
17- | [ OxenFlow] ( https://oxenflow.io/ ) | ✅ | ✅ | Available via iOS app |
18- | [ MetaMask] ( https://metamask.io/ ) | ✅ | ❌ | EVM wallet for Flare transactions |
19- | [ Rabby] ( https://rabby.io/ ) | ✅ | ❌ | EVM wallet for Flare transactions |
20- | EVM Wallets with [ WalletConnect] ( https://walletconnect.com/ ) | ✅ | ❌ | Any EVM-compatible wallet supporting WalletConnect |
21- | [ Xaman] ( https://xaman.app/ ) | ❌ | ✅ | XRPL wallet only. [ Tutorial] ( https://youtu.be/-3TPLIszPUc ) |
15+ | Wallet | < ThemedImage alt = " Flare" style = { { width: " 20px " , height: " 20px " } } sources = { { light: useBaseUrl ( " img/flare_icon.svg " ), dark: useBaseUrl ( " img/flare_icon_dark.svg " ) } } /> | < ThemedImage alt = " XRPL" style = { { width: " 20px " , height: " 20px " } } sources = { { light: useBaseUrl ( " img/xrp_icon.svg " ), dark: useBaseUrl ( " img/xrp_icon_dark.svg " ) } } /> | Notes |
16+ | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- ------------ | ---------------------------------------------------------------------------------- |
17+ | [ Bifrost] ( https://bifrostwallet.com/ ) | ✅ | ✅ | Supports both networks. [ Tutorial] ( https://www.youtube.com/watch?v=1lETSE9YlXQ ) |
18+ | [ Ledger] ( https://www.ledger.com/ ) | ✅ | ✅ | Hardware wallet supporting both networks. [ Tutorial] ( https://youtu.be/WkdWZJJBem0 ) |
19+ | [ Luminite] ( https://luminite.app/ ) | ✅ | ✅ | Integrated FAssets support with DeFi utilities |
20+ | [ OxenFlow] ( https://oxenflow.io/ ) | ✅ | ✅ | Available via iOS app |
21+ | [ MetaMask] ( https://metamask.io/ ) | ✅ | | EVM wallet for Flare transactions |
22+ | [ Rabby] ( https://rabby.io/ ) | ✅ | | EVM wallet for Flare transactions |
23+ | EVM Wallets with [ WalletConnect] ( https://walletconnect.com/ ) | ✅ | | Any EVM-compatible wallet supporting WalletConnect |
24+ | [ Xaman] ( https://xaman.app/ ) | | ✅ | XRPL wallet only. [ Tutorial] ( https://youtu.be/-3TPLIszPUc ) |
2225
2326:::info
2427To complete the full minting process, you may need:
0 commit comments