Skip to content

Releases: tolgayayci/sora

v0.1.1

17 Mar 05:50
Compare
Choose a tag to compare

Bugs are resolved with this version: #3 #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Hello Soroban

14 Feb 15:43
414bc75
Compare
Choose a tag to compare

📢 We are thrilled to announce the release of v0 of our application. This is just the beginning, and as such, please be aware that some features and aspects of the app may change frequently as we continue to develop towards a more stable version.

👍 Your feedback is incredibly important to us. We encourage you to try out the application and share your thoughts and experiences. If you encounter any bugs, please feel free to use bug reports issue template . Also, We are very open to any feature requests you may have. Your insights and suggestions are crucial in shaping the future direction of the app.

🗣️ : Currently, the app is equipped with features mentioned in below. Moving forward, We plan to develop and introduce new features based on your feedback and the insights gained from community discussions. We will keep you updated on these developments as the application evolves.

🥳 : Thank you for joining us on this journey. We are eagerly looking forward to your feedback and excited to see how the app can be a valuable tool in your work.

1. Projects Page

  • Create New Project: Facilitates new soroban project creation.
  • Import Existing Project: Import existing soroban projects on GUI.
  • Search Projects: Includes a search bar for quick project navigation.
  • Remove Project: Enables removal of projects from the application (without affecting the file system).
Projects Page Create/Add Project
projects-main projects-form

2. Contracts Page

  • List All Main Contracts: Shows a table with details like main contract name, project name, and action button.
  • Global Contract Search: Enables searching across all defined main contracts.
  • Contract Actions:
    • Command Line UI for Soroban Contracts: Interactive interface for select and run soroban contract subcommands, arguments, and options.
    • Contracts Output: Shows outputs from Command Line UI for Soroban Contracts.
Contracts Page Command Selector
contracts-main contracts-command

3. Identities Page

  • Generate/Add Identity: Enables geneate or add of identity methods along with editing options.
  • Identity Search: Search bar for quickly finding identities.
  • Fund Identity: Allows to fund test identities
  • Remove Identity: Allows for remove identity both on application and cli
Identities Page Generate/Add Identity Fund Identity
identities-main identities-modal identities-fund

4. Config Page

  • Add Network: Enables creation of networks along with editing options.
  • Network Search: Search bar for quickly finding networks.
  • Remove Network: Allows for removal of networks from soroban
Config Page Add Network
config-main config-modal

Known Issues