Documentation
README
Assets (Classic + SAC)
When to Use
- Issuing a Stellar classic asset (token)
- Setting up trustlines for distribution
- Configuring authorization flags (revocable, clawback-enabled)
- Bridging a classic asset to Soroban via SAC
- Reading trustline balances from the ledger
Key Concepts
Classic Assets
Issued on Stellar network with ChangeTrust + Payment operations. Controlled by asset issuer flags.
| Flag | Description |
|---|---|
AUTHORIZATION_REQUIRED |
Trustlines must be approved by issuer |
AUTHORIZATION_REVOCABLE |
Issuer can freeze/revoke trustlines |
AUTHORIZATION_CLAWBACK_ENABLED |
Issuer can clawback sent assets |
This is the opening of the README. Read the full README on GitHub.