Skip to content

Commit 6fe9c49

Browse files
committed
feat(docs): add Smart Accounts reference documentation and update sidebar
1 parent 3b3bc84 commit 6fe9c49

6 files changed

Lines changed: 747 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Smart Accounts Reference
3+
description: Solidity reference for Flare Smart Accounts smart contracts.
4+
keywords:
5+
[solidity, reference, smart-accounts, xrpl, flare-network, smart-contracts]
6+
---
7+
8+
import DocCardList from "@theme/DocCardList";
9+
import SmartAccountsReference from "@site/src/features/SmartAccounts/Reference";
10+
11+
## Deployed Contracts
12+
13+
<SmartAccountsReference />
14+
15+
:::info
16+
The `MasterAccountController` address should be retrieved programmatically from the [Flare contracts registry](/network/guides/flare-contracts-registry) rather than hardcoding it, as it may change across network deployments.
17+
:::
18+
19+
## References
20+
21+
Smart contract interfaces for interacting with the Flare Smart Accounts system.
22+
23+
<DocCardList
24+
items={[
25+
{
26+
type: "link",
27+
label: "IMasterAccountController",
28+
href: "/smart-accounts/reference/IMasterAccountController",
29+
docId: "smart-accounts/reference/IMasterAccountController",
30+
},
31+
{
32+
type: "link",
33+
label: "IPersonalAccount",
34+
href: "/smart-accounts/reference/IPersonalAccount",
35+
docId: "smart-accounts/reference/IPersonalAccount",
36+
},
37+
]}
38+
/>

0 commit comments

Comments
 (0)