Skip to content

Commit 63247d3

Browse files
feat(docs): add FSA YouTube videos
1 parent 9661a92 commit 63247d3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/smart-accounts/1-overview.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ unlisted: false
1919

2020
import ThemedImage from "@theme/ThemedImage";
2121
import useBaseUrl from "@docusaurus/useBaseUrl";
22+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2223

2324
The Flare Smart Accounts is an account abstraction that allows XRPL users to perform actions on the Flare chain without owning any FLR token.
2425
Each XRPL address is assigned a unique **smart account** on the Flare chain, which only it can control.
@@ -235,3 +236,11 @@ Depending on the value of the leading byte, a different function on the smart ac
235236
## 3. Actions on Flare
236237

237238
The XRPL user's smart account performs the actions in the instructions.
239+
This can be any of the instructions listed above, reserving collateral for minting FXRP, transferring FXRP to another address, redeeming FXRP, depositing it into a vault ...
240+
Furthermore, custom instructions can be executed - instructions for making any function call on Flare -, thought that requires an additional step for it to work (see the [Custom Instruction guide](/smart-accounts/3-custom-instruction.mdx))
241+
242+
## Video Tutorials
243+
244+
<YouTubeEmbed videoId="LZ6WI9Zvrn4"></YouTubeEmbed>
245+
246+
<YouTubeEmbed videoId="txYLJV9cHzg"></YouTubeEmbed>

docs/smart-accounts/guides/typescript-viem/01-state-lookup.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords:
1818

1919
import CodeBlock from "@theme/CodeBlock";
2020
import StateLookupScript from "!!raw-loader!/examples/developer-hub-javascript/smart-accounts/state-lookup.ts";
21+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
2122

2223
In this guide, you will learn how to get the following using the Viem TypeScript library:
2324

@@ -293,3 +294,7 @@ export async function getAgentVaults(): Promise<AgentVault[]> {
293294
return vaults;
294295
}
295296
```
297+
298+
## Video Tutorial
299+
300+
<YouTubeEmbed videoId="txYLJV9cHzg"></YouTubeEmbed>

0 commit comments

Comments
 (0)