A collection of examples using the @colibri tools for the Stellar network.
Navigate to each directory to find the instructions of the respective example in
their README.md file.
- Deno runtime installed
- Install the dependencies by running:
deno installThen proceed to the desired example under ./examples/ and follow its
instructions.
If you're new to Colibri, start with the examples under
./getting-started/. These simpler examples walk through
the SDK's core concepts step by step.
handling-errors- Learn how to identify a Colibri error and read metadata for graceful handling.contract-transfer- Perform a simple XLM transfer using the Stellar Asset Contract (SAC).
This project is built with @colibri, a TypeScript-first toolkit for building robust Stellar and Soroban applications. Colibri provides deterministic error handling, composable transaction pipelines, and an extensible plugin architecture. Key packages include @colibri/core for transaction orchestration and event parsing, and @colibri/rpc-streamer for streaming Soroban RPC data (including contract events). Learn more at the GitHub repository.