您好,登錄后才能下訂單哦!
如何理解EOSIO cleos 命令,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
命令格式:$ cleos
cleos包含所有命令的文檔。有關cleos已知的所有命令的列表,只需簡單地運行它,不帶任何參數:
$ 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 運行的http/https URL --wallet-url TEXT=http://localhost:8888/ keosd運行的 http/https URL -v,--verbose 輸出對錯誤的詳細操作 子命令: version 返回版本信息 create 在區塊鏈上和區域外創建數據 get 從區塊鏈中檢索各種數據和信息 set 設置或更新區塊鏈狀態 transfer 從賬戶到賬戶轉移EOS net 與本地p2p網絡連接進行交互 wallet 與本地錢包互動 sign 簽署交易 push 將任意事務推送到區塊鏈 multisig Multisig合同命令 system 將eosio.system合約行為發送到區塊鏈。
命令格式: $ cleos ${command}
要獲得有關任何特定子命令的幫助,請使用無參數運行它:
$ 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
看完上述內容,你們掌握如何理解EOSIO cleos 命令的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。