📄️ Tokens
Construct a smart contract token.
📄️ Stellar Asset Contract
Use Stellar assets on Soroban.
📄️ Atomic Swap
Swap tokens atomically between two parties.
📄️ Batched Atomic Swaps
Swap tokens between two groups.
📄️ Timelock
Write a timelock implementing a claimable balance.
📄️ Single Offer Sale
Allow a seller to sell one token for another token to multiple buyers.
📄️ Liquidity Pool
Write a constant-product liquidity pool contract.
📄️ Custom Account
Implement a contract that supports multisig and custom auth policies.
📄️ Fuzz Testing
Fuzz test contracts with cargo-fuzz.