This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jane Wang
authored and
Jane Wang
committed
Feb 23, 2024
1 parent
f0f96e5
commit f392246
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
--- | ||
sidebar_position: 80 | ||
title: Soroban CLI | ||
description: The tool for interacting with deployed contracts. | ||
description: The command line tool for interacting with Soroban and deployed contracts. | ||
--- | ||
|
||
Soroban CLI is the command line interface to Soroban. It allows you to build, deploy, and interact with smart contracts; configure identities; generate key pairs; manage networks; and more. | ||
The Soroban CLI is the command line interface to Soroban. It allows you to build, deploy, and interact with smart contracts; configure identities; generate key pairs; manage networks; and more. | ||
|
||
Install Soroban CLI as explained in [Setup](../getting-started/setup.mdx). | ||
|
||
Auto-generated comprehensive reference documentation is available at: | ||
https://github.com/stellar/soroban-tools/blob/main/docs/soroban-cli-full-docs.md | ||
|
||
Subscribe to releases on the GitHub repository: | ||
https://github.com/stellar/soroban-tools | ||
- [Installation](../getting-started/setup.mdx) | ||
- [Autocomplete](https://github.com/stellar/soroban-cli/blob/main/docs/soroban-cli-full-docs.md#soroban-completion) | ||
- [Docs](https://github.com/stellar/soroban-cli/blob/main/docs/soroban-cli-full-docs.md) | ||
- [Latest Release](https://github.com/stellar/soroban-cli/releases) | ||
|
||
:::info | ||
|
||
Report issues and share feedback about Soroban CLI here: | ||
https://github.com/stellar/soroban-tools/issues/new/choose | ||
To report issues or request feature enhancements about Soroban CLI, please open | ||
a Github issue here: | ||
https://github.com/stellar/soroban-cli/issues/new/choose | ||
|
||
::: |