solana/docs/i18n/zh/docusaurus-plugin-content-docs/current/cli.md

17 lines
734 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 命令行指南
---
在本节中我们将描述如何使用Solana命令行工具创建_钱包_来发送和接收SOL代币以及通过委托质押来参与到集群中。
为了与Solana集群进行交互我们需要使用其命令行界面也称为CLI。 命令行是Solana核心团队首次部署新功能所用到的工具。 命令行界面不一定是最容易使用的但它提供了对Solana帐户的最直接、灵活和安全的访问。
## 准备工作
要开始使用 Solana 命令行 (CLI) 工具:
- [安装 Solana 工具](cli/install-solana-cli-tools.md)
- [选择一个集群](cli/choose-a-cluster.md)
- [创建一个钱包](wallet-guide/cli.md)
- [查看 CLI 协议](cli/conventions.md)