Releases: OpenZeppelin/stellar-contracts
Releases · OpenZeppelin/stellar-contracts
v0.1.0
The first release of OpenZeppelin Contracts for Stellar Soroban.
This release is audited, you can find the audit report here
In this release, you can find:
- Fungible Token standard (similar to ERC20) implemented for Stellar Soroban, compliant with SEP-41
- The following extensions for the Fungible Token standard:
- Mintable
- Burnable
- Metadata
Pausable
utility for your contracts.- Examples folder to showcase what's possible:
- fungible-pausable
- fungible-token-interface
- pausable
v0.1.0-rc
This is a release candidate for the audit purposes.
Warning
This release has not yet been audited, and not ready for use in production.