Skip to content

Commit 2d80a1f

Browse files
authored
feat(docs): replace minting dApps section with minting resources and wallets (#966)
1 parent 8e3f7b2 commit 2d80a1f

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

docs/fassets/1-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: [fassets, flare-fassets, xrp, bitcoin, dogecoin, flare-network]
77
import ThemedImage from "@theme/ThemedImage";
88
import useBaseUrl from "@docusaurus/useBaseUrl";
99

10-
import MintingDapps from "./_minting_dapps.mdx";
10+
import MintingResources from "./_minting_resources.mdx";
1111

1212
FAssets is a trustless, over-collateralized bridge connecting non smart contract networks to Flare.
1313
It enables the creation of wrapped tokens (`FAssets`) for assets like BTC, DOGE and XRP.
@@ -25,7 +25,7 @@ Each FAsset is backed by a mix of collateral, including:
2525

2626
Agents and a community-provided collateral pool ensure trustlessness through over-collateralization.
2727

28-
<MintingDapps />
28+
<MintingResources />
2929

3030
## FAsset Workflow
3131

docs/fassets/2-minting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ keywords: [fassets, xrp, bitcoin, dogecoin, flare-network]
77
import ThemedImage from "@theme/ThemedImage";
88
import useBaseUrl from "@docusaurus/useBaseUrl";
99

10-
import MintingDapps from "./_minting_dapps.mdx";
10+
import MintingResources from "./_minting_resources.mdx";
1111

1212
Minting FAssets is the process of wrapping underlying tokens from connected blockchains into FAssets to be used on the Flare blockchain.
1313
Any user can mint FAssets.
1414

15-
<MintingDapps />
15+
<MintingResources />
1616

1717
## Minting Process
1818

docs/fassets/_minting_dapps.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Minting Resources
2+
3+
### Minting dApps
4+
5+
You can mint FAssets on either of the following dApps:
6+
7+
- [https://fasset.oracle-daemon.com/flare](https://fasset.oracle-daemon.com/flare)
8+
- [https://fassets.au.cc](https://fassets.au.cc)
9+
10+
### Supported Wallets
11+
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 |
22+
23+
:::info
24+
To complete the full minting process, you may need:
25+
26+
- A **Flare-compatible wallet** (e.g., MetaMask, Bifrost, Luminite) to interact with FAssets smart contracts.
27+
- An **XRPL-compatible wallet** (e.g., Xaman, Bifrost, Luminite) to send the underlying XRP to the agent.
28+
29+
Wallets that support both networks (Bifrost, Ledger, Luminite, OxenFlow) provide the most seamless experience.
30+
:::

0 commit comments

Comments
 (0)