Skip to content

Commit 8e34680

Browse files
committed
docs: update FAssets guides to include minting and redeeming options with and without tags
1 parent 3000772 commit 8e34680

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/fassets/developer-guides/10-fassets-redeem-with-tag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The complete runnable example is available in the [flare-viem-starter](https://g
7070
To continue your FAssets development journey, you can:
7171

7272
- Redeem any amount without a tag with [`redeemAmount`](/fassets/developer-guides/fassets-redeem-amount).
73-
- Read the protocol details in [Redemption](/fassets/redemption).
7473
- Handle non-paying agents in [Monitor Redemptions & Execute Defaults](/fassets/developer-guides/fassets-redemption-default).
74+
- Mint without a tag using [memo-based direct minting](/fassets/developer-guides/fassets-direct-minting) or [direct minting with tag](/fassets/developer-guides/fassets-direct-minting-tag).
7575

7676
:::

docs/fassets/developer-guides/5-fassets-direct-minting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ For executor-restricted minting, use the 48-byte memo format described in [Memo
8282

8383
To continue your FAssets development journey, you can:
8484

85+
- Mint with tag with [`mintWithTag`](/fassets/developer-guides/fassets-direct-minting-tag).
8586
- Read the protocol details in [Direct Minting](/fassets/direct-minting).
86-
- Check current limits and fees in [Operational Parameters](/fassets/operational-parameters).
87-
- Continue with [Redeem FAssets](/fassets/developer-guides/fassets-redeem).
87+
- Redeem FAssets with [`redeemAmount`](/fassets/developer-guides/fassets-redeem-amount) or [`redeemWithTag`](/fassets/developer-guides/fassets-redeem-with-tag).
8888

8989
:::

docs/fassets/developer-guides/6-fassets-direct-minting-tag.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Compared to the [memo-based direct minting](/fassets/developer-guides/fassets-di
8383

8484
To continue your FAssets development journey, you can:
8585

86+
- Mint without a tag using [memo-based direct minting](/fassets/developer-guides/fassets-direct-minting).
8687
- Read the protocol details in [Direct Minting](/fassets/direct-minting).
87-
- Mint without a reserved tag using [memo-based direct minting](/fassets/developer-guides/fassets-direct-minting).
88-
- Check current limits and fees in [Operational Parameters](/fassets/operational-parameters).
88+
- Redeem FAssets with [`redeemAmount`](/fassets/developer-guides/fassets-redeem-amount) or [`redeemWithTag`](/fassets/developer-guides/fassets-redeem-with-tag).
8989

9090
:::

docs/fassets/developer-guides/9-fassets-redeem-amount.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The complete runnable example is available in the [flare-viem-starter](https://g
5858
To continue your FAssets development journey, you can:
5959

6060
- Redeem with tag with [`redeemWithTag`](/fassets/developer-guides/fassets-redeem-with-tag).
61-
- Read the protocol details in [Redemption](/fassets/redemption).
6261
- Handle non-paying agents in [Monitor Redemptions & Execute Defaults](/fassets/developer-guides/fassets-redemption-default).
62+
- Mint without a tag using [memo-based direct minting](/fassets/developer-guides/fassets-direct-minting) or [direct minting with tag](/fassets/developer-guides/fassets-direct-minting-tag).
6363

6464
:::

0 commit comments

Comments
 (0)