======相关资料链接收集====== * [[https://dev-docs.ont.io/#/docs-cn/ontology-cli/01-install|官方文档]] * [[https://ont.io/home|官方网站]] * [[https://explorer.ont.io|区块浏览器]] * [[https://github.com/ontio/ontology/blob/master/docs/specifications/cli_user_guide_CN.md|客户端说明文档]] * [[https://github.com/ontio/ontology/blob/master/docs/specifications/candidate_node_install_zh.md|候选节点配置]] ======部署流程====== #通过curl获取最新版本的客户端 $ curl https://dev.ont.io/ontology_install | sh #创建节点启动所需要的钱包文件 wallet.dat 密码:iconiz $ ./ontology account add -d #Use default setting '-t ecdsa -b 256 -s SHA256withECDSA' # signature algorithm: ecdsa # curve: P-256 # signature scheme: SHA256withECDSA #Password: #Re-enter Password: #Index:1 #Label: #Address:AeEAdrrHwjie3k6BCeS46M826uHPwzwT2m #Public key:03e0f97ab8110210a2e77c0d5cbaf8067e2ffd1f1a3c7ac3df38cc3d677e7c4108 #Signature scheme:SHA256withECDSA #Create account successfully.