Skip to content

CheesecakeLabs/soroban-dapps

Repository files navigation

Logo

Soroban Dapps

Overview

Soroban DApps is a collection of demos and experiments showcasing the capabilities of Soroban smart contracts. Each folder within this repository represents a different DApp, offering a README file with detailed information about its purpose and usage.

Some of the Dapps also have examples of integration with stellar-plus library, an all-in-one Javascript library for building and interacting with the Stellar network. Stellar Plus bundles the main resources from the community into an easy-to-use set of tools and capabilities.

Please note that the demos and experiments included in this repository are meant for educational and illustrative purposes. They can help developers get started with Soroban and serve as a foundation for building more sophisticated and customized applications.

Repository Summary

Name Description Components
Certificate of Deposit Soroban smart contracts for the Certificates of Deposit (CD) use case using a Stellar Classic asset and a deployer. Contracts
Liquidity Pool Dapp Frontend application for the Liquidity Pool use case. Contracts + React application
Liquidity Pool Load Test Load test for Liquidity Pool contract in shell script. Contracts + Shell script
Event Watcher Liquidity pool dashboard application that is updated in real time by capturing data from Soroban events integrated with a database. Contracts + React application + Rust backend + Rust event watcher
DApps Profiling Soroban contract profiling examples that offer insights into their efficiency and resource utilization. Typescript application integrated with Stellar-plus

Contributing

Opening Issues

Feel free to open an issue for bug reports, feature requests, or general feedback. Please provide a clear and detailed description.

Pull Requests

  1. Fork the repository.
  2. Create a branch from main.
    git checkout main
    git pull origin main
    git checkout -b your-feature-branch
    
  3. Make your changes.
  4. Commit and push your changes to your forked repository.
    git add .
    git commit -m "Your commit message"
    git push origin your-feature-branch
    
  5. Visit your forked repository on GitHub and create a pull request from your feature branch to the original repository's main branch.

Learn more:

Get involved:

Need Help?