Skip to content

Releases: OpenZeppelin/stellar-contracts

v0.1.0

21 Feb 13:25
f7263bf
Compare
Choose a tag to compare

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

03 Feb 06:22
01dbcb5
Compare
Choose a tag to compare
v0.1.0-rc Pre-release
Pre-release

This is a release candidate for the audit purposes.

Warning

This release has not yet been audited, and not ready for use in production.