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.
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/event-streamer for real-time and historical Soroban event ingestion. Learn more at the GitHub repository.