Skip to content

Commit 30baf15

Browse files
janewangCopilot
andauthored
Update OpenZeppelin page (#2200)
* Update OpenZeppelin page * Update docs/tools/openzeppelin-contracts.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 26d7eab commit 30baf15

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/tools/openzeppelin-contracts.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ sidebar_position: 44
77

88
<script async src="https://wizard.openzeppelin.com/build/embed.js"></script>
99

10-
To bring battle-tested smart contracts to the Stellar developer community, OpenZeppelin is actively contributing towards a library of smart contracts and extensions, as well as developer tooling (including products such as [Contract Wizard](https://wizard.openzeppelin.com/stellar), [Relayer](https://github.com/OpenZeppelin/openzeppelin-relayer), [Monitor](https://github.com/OpenZeppelin/openzeppelin-monitor), and [UI Builder](https://builder.openzeppelin.com/)). For latest docs on OpenZeppelin products, please visit: [https://docs.openzeppelin.com/stellar-contracts](https://docs.openzeppelin.com/stellar-contracts/.).
10+
::::note
11+
12+
OpenZeppelin is bringing its trusted [smart contracts libraries](https://github.com/OpenZeppelin/stellar-contracts) and developer workflows to Stellar, a Rust-based blockchain. Developers can build payments, stablecoins, and DeFi apps on Stellar using familiar, audited building blocks. To see more, go to: https://www.openzeppelin.com/networks/stellar.
13+
14+
For latest OpenZeppelin developer docs, please visit: [https://docs.openzeppelin.com/stellar-contracts](https://docs.openzeppelin.com/stellar-contracts/).
15+
16+
::::
1117

1218
## Getting started with Contract Wizard
1319

@@ -86,11 +92,13 @@ Smart Accounts are contract based wallets made for flexible and programmable aut
8692
- **Pausable and Upgradeable Utilities**
8793
- **Role-based and Ownable Access Control**
8894
- **Merkle Distributor**
95+
- **Fixed point math (WAD)**
96+
- **Time lock**
8997

9098
**Coming Soon**
9199

92-
- Fixed point math
93100
- Governor
101+
- Confidential Token Standard
94102

95103
All contracts and extensions are audited by OpenZeppelin's security team, enhancing security and reliability of the contracts and extensions. Additional formal verification is being completed by Certora. To use the library, please visit: https://github.com/OpenZeppelin/stellar-contracts.
96104

@@ -112,10 +120,11 @@ Repository Structure
112120

113121
To provide feedback on these contracts and utilties, please open issues at: [https://github.com/OpenZeppelin/stellar-contracts/issues](https://github.com/OpenZeppelin/stellar-contracts/issues)
114122

115-
### OpenZeppelin Tools
123+
## OpenZeppelin Open Source Tools
116124

117125
- [Relayer](https://github.com/OpenZeppelin/openzeppelin-relayer): Infrastructure for relaying transactions on Stellar.
118126
- [Monitor](https://github.com/OpenZeppelin/openzeppelin-monitor): Infrastructure tool for monitoring blockchain events and transactions.
119127
- [UI Builder](https://builder.openzeppelin.com/): Open source tool for creating UI forms for contracts.
120128
- [MCP Server](https://mcp.openzeppelin.com/): Generate secure Stellar smart contracts based on OpenZeppelin templates.
121129
- [Role Manager](https://github.com/OpenZeppelin/role-manager): Access control management interface for smart contracts. Visualize roles, permissions, and execute administrative actions.
130+
- [Soroban Security Detector SDK](https://github.com/OpenZeppelin/soroban-security-detectors-sdk): Spot issues in contracts before they reach mainnet. This SDK enables developers to build custom static-analysis scanners and comes with prebuilt checks to catch common pitfalls early.

0 commit comments

Comments
 (0)