Add contract account entry to glossary#2048
Add contract account entry to glossary#2048philipliu merged 1 commit intostellar:contract-accountsfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new glossary entry for "Contract account" to the Stellar documentation, providing a clear definition of this Soroban-specific account type that enables custom authorization logic through smart contracts.
- Added "Contract account" entry to the glossary with a clear, accurate definition
- Entry is properly positioned alphabetically between "Clawback" and "Contract token"
- Definition aligns with existing documentation about contract accounts in the codebase
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Contract account | ||
|
|
||
| An account that is implemented as a smart contract, allowing the contract to define custom authorization logic and on-chain policy enforcement before authorization succeeds instead of relying on built-in protocol features. | ||
|
|
There was a problem hiding this comment.
[nitpick] Consider adding a reference link to the relevant documentation for consistency with other glossary entries. Many entries include a "See" or "Learn more" line linking to additional documentation. For example:
See the [Contract Account example](../build/smart-contracts/example-contracts/custom-account.mdx) for more information.
This would help readers learn more about contract accounts and follows the established pattern in the glossary.
| See the [Contract Account example](../build/smart-contracts/example-contracts/custom-account.mdx) for more information. |
|
Preview is available here: |
* Remove "custom account" terminology (#2029) * Custom account/smart wallet -> contract account * Grammar fixes * Add contract account entry to glossary (#2048) * Add simple contract account example (#2045) * Add simple account example * Typos * Link to glossary * PR comments * Refactor contract account + smart wallet pages * Copilot comments * Fix nav stuff * Update routes and redirects * Fix routes.txt * Wording * Reorganize * Fix link and redirects * Move smart wallet docs up a level * Fix redirects * Update nginx/includes/redirects.conf Co-authored-by: Elliot Voris <elliot@stellar.org> --------- Co-authored-by: Elliot Voris <elliot@stellar.org>
* Remove "custom account" terminology (#2029) * Custom account/smart wallet -> contract account * Grammar fixes * Add contract account entry to glossary (#2048) * Add simple contract account example (#2045) * Add simple account example * Typos * Link to glossary * PR comments * Refactor contract account + smart wallet pages (#2064) * Remove "custom account" terminology (#2029) * Custom account/smart wallet -> contract account * Grammar fixes * Add contract account entry to glossary (#2048) * Add simple contract account example (#2045) * Add simple account example * Typos * Link to glossary * PR comments * Refactor contract account + smart wallet pages * Copilot comments * Fix nav stuff * Update routes and redirects * Fix routes.txt * Wording * Reorganize * Fix link and redirects * Move smart wallet docs up a level * Fix redirects * Update nginx/includes/redirects.conf Co-authored-by: Elliot Voris <elliot@stellar.org> --------- Co-authored-by: Elliot Voris <elliot@stellar.org> * Update llms.txt --------- Co-authored-by: Elliot Voris <elliot@stellar.org>
No description provided.