Previous Versionsv0.2.0
Stellar Smart Contracts Suite
Outdated Version
You're viewing an older version (v0.2.0) The latest documentation is available for the current version. Click here to visit latest version.
A comprehensive collection of secure, scalable smart contracts and utilities for the Stellar network, supporting Fungible, Non-Fungible, and Multi-Token standards.
Tokens
Explore our implementations for token standards on Stellar Soroban:
- Fungible Tokens: Digital assets representing a fixed or dynamic supply of identical units.
- Non-Fungible Tokens: Unique digital assets with verifiable ownership.
- Multi-Token: Hybrid tokens enabling both fungible and non-fungible token functionalities (work in progress).
Utilities
Discover our utility contracts for Stellar Soroban, applicable to all token standards mentioned above:
Error Codes
In Stellar Soroban, each error variant is assigned an integer. To prevent duplication of error codes, we use the following convention:
- Utilities:
1XX- Pausable:
10X - Upgradeable:
11X - any future utilities will continue from
12X,13X, and so on.
- Pausable:
- Fungible:
2XX - Non-Fungible:
3XX - Multi-Token:
4XX
Audits
You can find our audit reports here.
Get Started
Get started here.