https://github.com/platonnetwork/platoncli-python
https://github.com/platonnetwork/platoncli-python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/platonnetwork/platoncli-python
- Owner: PlatONnetwork
- Created: 2020-12-10T01:47:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T21:55:28.000Z (over 2 years ago)
- Last Synced: 2024-04-22T00:43:37.811Z (about 1 year ago)
- Language: C++
- Size: 2.68 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cli介绍
- 便于用户可以快速的加入到PlatON网络和Alaya网络中,用户可以使用cli工具部署主网,测试网和私有网络的节点;
- 便于管理本地节点,如启动节点,更新节点,数据备份和回滚等操作;
- 便于用户管理本地钱包;
- 便于节点转账,质押,委托,治理和合约等相关的操作,并同时提供在线和离线模式;
- 便于用户查询相关节点和链信息等。## 进度
当前cli已经完成功能的开发,版本状态为**初步验证测试**。
## 相关文档
- [cli需求文档](./doc/cli需求文档.docx)
- [cli设计文档](./doc/cli设计文档.md)
- [cli命令流程设计](./doc/cli命令流程设计.md)
- [cli操作文档](./doc/cli操作文档.md)
- [cli需求规划](./doc/cli需求规划.xlsx)