如何理解EOSIO cleos 命令,相信很多沒有經(jīng)驗(yàn)的人對(duì)此束手無(wú)策,為此本文總結(jié)了問題出現(xiàn)的原因和解決方法,通過這篇文章希望你能解決這個(gè)問題。
創(chuàng)新互聯(lián)建站堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站設(shè)計(jì)、成都做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的石城網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
命令格式:$ cleos
cleos包含所有命令的文檔。有關(guān)cleos已知的所有命令的列表,只需簡(jiǎn)單地運(yùn)行它,不帶任何參數(shù):
$ cleos ERROR: RequiredError: Subcommand required Command Line Interface to EOSIO Client Usage: cleos [OPTIONS] SUBCOMMAND Options: -h,--help 打印幫助信息并且退出 -u,--url TEXT=http://localhost:8888/ nodeos 運(yùn)行的http/https URL --wallet-url TEXT=http://localhost:8888/ keosd運(yùn)行的 http/https URL -v,--verbose 輸出對(duì)錯(cuò)誤的詳細(xì)操作 子命令: version 返回版本信息 create 在區(qū)塊鏈上和區(qū)域外創(chuàng)建數(shù)據(jù) get 從區(qū)塊鏈中檢索各種數(shù)據(jù)和信息 set 設(shè)置或更新區(qū)塊鏈狀態(tài) transfer 從賬戶到賬戶轉(zhuǎn)移EOS net 與本地p2p網(wǎng)絡(luò)連接進(jìn)行交互 wallet 與本地錢包互動(dòng) sign 簽署交易 push 將任意事務(wù)推送到區(qū)塊鏈 multisig Multisig合同命令 system 將eosio.system合約行為發(fā)送到區(qū)塊鏈。
命令格式: $ cleos ${command}
要獲得有關(guān)任何特定子命令的幫助,請(qǐng)使用無(wú)參數(shù)運(yùn)行它:
$ cleos create ERROR: RequiredError: Subcommand required Create various items, on and off the blockchain Usage: ./cleos create SUBCOMMAND Subcommands: key Create a new keypair and print the public and private keys account Create a new account on the blockchain producer Create a new producer on the blockchain $ cleos create account ERROR: RequiredError: creator Create a new account on the blockchain Usage: ./cleos create account creator name OwnerKey ActiveKey Positionals: creator TEXT The name of the account creating the new account name TEXT The name of the new account OwnerKey TEXT The owner public key for the account ActiveKey TEXT The active public key for the account
看完上述內(nèi)容,你們掌握如何理解EOSIO cleos 命令的方法了嗎?如果還想學(xué)到更多技能或想了解更多相關(guān)內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!