OpenZeppelin Stellar Contracts
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.
Getting started with Contract Wizard
OpenZeppelin's Contract Wizard includes support for Stellar’s Rust-based smart contracts, making it easier for developers to generate and deploy secure, audited contracts. Developers can leverage pre-built contract templates for:
- Fungible Tokens (FTs)
- Pausable Macros
And coming soon:
- Non-Fungible Tokens (NFTs)
- Upgradeable Macros
- Multi-Token Standard
- Security Token Standard
- RWA Token Standard
- Token Vault Standard
- And more coming soon
These implementations will be released throughout the year, ensuring that Stellar developers have access to extensible contract options. All contracts and extensions are audited by OpenZeppelin’s security team, enhancing security and reliability of the contracts and extensions.
To get started, visit: https://wizard.openzeppelin.com/stellar.
For a walkthrough on using these contracts, see: https://www.youtube.com/watch?v=iD7ZspsZLVo.
OpenZeppelin Stellar contracts and utilities
OpenZeppelin Stellar Contracts is a collection of audited contracts and utilities for Stellar. The contracts are developed by OpenZeppelin in collaboration with the Stellar community and the Stellar Development Foundation (SDF), in an effort to bring a library of high-quality and audited contracts that can be used to build applications on the Stellar network.
To use the library, please go to: https://github.com/OpenZeppelin/stellar-contracts.
Repository Structure
│── audits/ # Audit reports
│── docs/ # Documentation
│── examples/ # Example contracts
│── packages/
│ ├── tokens/ # Various token types (fungible, non-fungible, etc.)
│ ├── contract-utils/ # Utilities for token types (pausable, upgradable, etc.)
│ ├── constants/ # Shared constants
│ ├── test-utils/ # Utilities for tests
To provide feedback, please open issues here: https://github.com/OpenZeppelin/stellar-contracts/issues
Docs for OpenZeppelin Stellar Contracts
For additional docs on Stellar smart contracts by OpenZeppelin, please visit: https://docs.openzeppelin.com/stellar-contracts/.