You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
::::
11
17
12
18
## Getting started with Contract Wizard
13
19
@@ -86,11 +92,13 @@ Smart Accounts are contract based wallets made for flexible and programmable aut
86
92
-**Pausable and Upgradeable Utilities**
87
93
-**Role-based and Ownable Access Control**
88
94
-**Merkle Distributor**
95
+
-**Fixed point math (WAD)**
96
+
-**Time lock**
89
97
90
98
**Coming Soon**
91
99
92
-
- Fixed point math
93
100
- Governor
101
+
- Confidential Token Standard
94
102
95
103
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.
96
104
@@ -112,10 +120,11 @@ Repository Structure
112
120
113
121
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)
114
122
115
-
###OpenZeppelin Tools
123
+
## OpenZeppelin Open Source Tools
116
124
117
125
-[Relayer](https://github.com/OpenZeppelin/openzeppelin-relayer): Infrastructure for relaying transactions on Stellar.
118
126
-[Monitor](https://github.com/OpenZeppelin/openzeppelin-monitor): Infrastructure tool for monitoring blockchain events and transactions.
119
127
-[UI Builder](https://builder.openzeppelin.com/): Open source tool for creating UI forms for contracts.
120
128
-[MCP Server](https://mcp.openzeppelin.com/): Generate secure Stellar smart contracts based on OpenZeppelin templates.
121
129
-[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