FROM :https://docs.blockstack.org/core/cmdlineref
命令行只适用于开发人员。开发人员可以使用命令行以Blockstack浏览器还不支持的方式测试和调试Blockstack应用程序。使用命令行,开发人员可以:
- 生成和广播所有受支持的Blockstack事务类型
- 在Gaia集线器中加载、存储和列出数据
- 从种子短语生成所有者、支付和应用程序密钥
- 查询Blockstack核心节点
- 实现最小可行的身份验证流
在使用命令之前,必须安装命令行
命令列表
- announce
- authenticator
- balance
- convert_address
- decrypt_keychain
- docs
- encrypt_keychain
- gaia_dump_bucket
- gaia_getfile
- gaia_putfile
- gaia_listfiles
- gaia_restore_bucket
- gaia_sethub
- get_account_history
- get_account_at
- get_address
- get_blockchain_record
- get_blockchain_history
- get_confirmations
- get_namespace_blockchain_record
- get_app_keys
- get_owner_keys
- get_payment_key
- get_zonefile
- help
- lookup
- names
- make_keychain
- make_zonefile
- name_import
- namespace_preorder
- namespace_reveal
- namespace_ready
- price
- price_namespace
- profile_sign
- profile_store
- profile_verify
- renew
- register
- register_addr
- register_subdomain
- revoke
- send_btc
- send_tokens
- transfer
- tx_preorder
- tx_register
- update
- whois
- zonefile_push
announce
组:对等服务
在区块链上广播一条消息,供订阅者阅读。MESSAGE_HASH参数必须是先前声明的区域文件的散列。用于签署事务的OWNER_KEY必须与其他用户已经订阅的Blockstack ID相对应。OWNER_KEY可以是单个私钥,也可以是序列化的多sig私钥包。
网友评论