Skip to content

Commit a1a09b9

Browse files
committed
docs(fxrp): add Smart Account auto-mint and bridge guide
1 parent b0a285f commit a1a09b9

File tree

9 files changed

+1888
-748
lines changed

9 files changed

+1888
-748
lines changed

docs/fxrp/overview.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ Guides for working directly with the FXRP token.
7171
href: "/fxrp/token-interactions/x402-payments",
7272
docId: "fxrp/token-interactions/x402-payments",
7373
},
74+
{
75+
type: "link",
76+
label: "FAsset Auto-Redemption",
77+
href: "/fxrp/token-interactions/fxrp-autoredeem",
78+
docId: "fxrp/token-interactions/fassets-autoredeem",
79+
},
80+
{
81+
type: "link",
82+
label: "Auto Minting and Bridging",
83+
href: "/fxrp/token-interactions/fxrp-automint",
84+
docId: "fxrp/token-interactions/fassets-automint",
85+
},
7486
]}
7587
/>
7688

docs/fxrp/token-interactions/2-fassets-autoredeem.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,10 @@ XRP will be sent to: rpHuw4bKSjonKRrKKVYYVedg1jyPrmp
691691
<details>
692692
<summary>View `autoRedeemFromHyperEVM.ts` source code</summary>
693693

694-
<CodeBlock language="typescript" title="scripts/fassets/autoRedeemFromHyperEVM.ts">
694+
<CodeBlock
695+
language="typescript"
696+
title="scripts/fassets/autoRedeemFromHyperEVM.ts"
697+
>
695698
{autoRedeemFromHyperEVM}
696699
</CodeBlock>
697700

@@ -852,7 +855,7 @@ Each token has a unique system address based on its token index.
852855

853856
```typescript
854857
// System address for FXRP on testnet (token index 1443 = 0x5A3)
855-
FXRP_SYSTEM_ADDRESS: "0x20000000000000000000000000000000000005a3"
858+
FXRP_SYSTEM_ADDRESS: "0x20000000000000000000000000000000000005a3";
856859
```
857860

858861
### Prerequisites
@@ -979,7 +982,10 @@ XRP will be sent to: rpHuw4bKSjonKRrKKVYYVedg1jyPrmp
979982
<details>
980983
<summary>View `autoRedeemFromHyperCore.ts` source code</summary>
981984

982-
<CodeBlock language="typescript" title="scripts/fassets/autoRedeemFromHyperCore.ts">
985+
<CodeBlock
986+
language="typescript"
987+
title="scripts/fassets/autoRedeemFromHyperCore.ts"
988+
>
983989
{autoRedeemFromHyperCore}
984990
</CodeBlock>
985991

@@ -1117,4 +1123,4 @@ To continue your FAssets development journey, you can:
11171123
- Learn how to [mint FXRP](/fassets/developer-guides/fassets-mint)
11181124
- Understand how to [redeem FXRP](/fassets/developer-guides/fassets-redeem)
11191125
- Explore [FAssets system settings](/fassets/operational-parameters)
1120-
:::
1126+
:::

0 commit comments

Comments
 (0)