Stellar Smart Contracts Suite

A comprehensive collection of secure, scalable smart contracts and utilities for the Stellar network, supporting Fungible, Non-Fungible, and Multi-Token standards.

Token Standards

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 (work in progress).

  • 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 .. any future utilities will continue from 11X, 12X, and so on. . Fungible: 2XX . Non-Fungible: 3XX . Multi-Token: 4XX