cosmos-sdk/docs/cn/clients/README.md

19 lines
522 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.

# 客户端
本节说明包含区块链 SDK 的客户端的信息。
> _注_此部分仍在开发中。
## 轻客户端
轻客户端使用户能够与您的应用程序进行交互,且无需下载整个状态历史记录,并且具有良好的安全性。
- [轻客户端概述](./lite/README.md)
- [启动轻客户端服务器](./lite/getting_started.md)
- [轻客户端规范](./lite/specification.md)
## 其他客户端
- [区块链 SDK 的 CLI](./cli.md)
- [服务提供商文档](./service-providers.md)