./cleos -h
Command Line Interface to EOSIO Client
Usage: ./cleos [OPTIONS] SUBCOMMAND
Options:
-h,--help Print this help message and exit
=>打印帮助信息并推测
-H,--host TEXT=localhost the host where nodeos is running
=>nodeos运行时的ip/域名信息
-p,--port UINT=8888 the port where nodeos is running
=>nodeos运行时的端口信息
--wallet-host TEXT=localhost
the host where keosd is running
=>keosd运行时的ip/域名信息
--wallet-port UINT=8888 the port where keosd is running
=>keosd运行时的端口信息
-v,--verbose output verbose actions on error
=>出错时输出详细操作
Subcommands:
version Retrieve version information
=>返回版本信息
create Create various items, on and off the blockchain
=>创建各项,不管是在链上还是链下的时候
get Retrieve various items and information from the
blockchain
=>从区块链中检索各项和信息
set Set or update blockchain state
=>设置或更新区块链状态
transfer Transfer EOS from account to account
=>账户对账户转账EOS
net Interact with local p2p network connections
=>与本地p2p网络连接进行交互
wallet Interact with local wallet
=>与本地钱包连接进行交互
sign Sign a transaction
=>对交易签名
push Push arbitrary transactions to the blockchain
=>将任意交易推送到区块链
cleos运行参数翻译
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
相关阅读更多精彩内容
- Objective-C 程序与运行时系统的交互主要在三个不同的层次:通过Objective-C 源代码;通过基础框...
- 运行命令如下 ./flink [OPTIONS] [ARGUMENTS] The following acti...