Skip to content

Move Sora details into a note on CLI page #1273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions docs/tools/developer-tools/cli/README.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
---
title: CLI
description: Explore a suite of developer tools for Stellar, including CLI.
title: Stellar CLI
description: The CLI for interacting with the Stellar network
sidebar_position: 50
---

# CLI

### [Stellar CLI](https://github.com/stellar/stellar-cli)
# Stellar CLI

The command line interface to Soroban smart contracts. It allows you to build, deploy, and interact with smart contracts; configure identities; generate key pairs; manage networks; and more.

Install Stellar CLI as explained in [Setup](../../../build/smart-contracts/getting-started/setup.mdx#install-the-stellar-cli). For examples on how to use the Stellar CLI, please see [Stellar CLI Guide](../../../build/guides/cli/README.mdx).

The auto-generated comprehensive reference documentation is available [here](stellar-cli.mdx).

### [Sora](https://github.com/tolgayayci/sora)
:::note

[Sora] is a cross platform GUI designed that provides a graphical interface to the Stellar CLI. It offers a user-friendly interface for managing projects, identities, networks, contract methods, events, logs and so more in a graphical user interface rather than command line interface.

:::

Sora is a cross platform GUI designed to simplify use of Stellar CLI. It offers a user-friendly interface for managing projects, identities, networks, contract methods, events, logs and so more in ease.
[Sora]: https://github.com/tolgayayci/sora
Loading