Skip to content

console v1.0.0

Compare
Choose a tag to compare
@chaychen2005 chaychen2005 released this 19 Mar 07:18
· 982 commits to master since this release
0e616da

v1.0.0

(2019-03-18)

Please read the console documentation.

CHANGELOG

  • Add
  1. Implemented commands for querying blockchain status.
  2. Implemented commands for mananging blockchain nodes.
  3. Implemented commands for deploying and invoking contracts.
  4. Implemented a contract compilation tool for compiling solidity contract files into Java contract files.

请阅读console文档

变更日志

  • 增加
  1. 提供区块链状态查询命令。
  2. 提供管理区块链节点的命令。
  3. 提供简单易用的部署和调用合约命令。
  4. 提供合约编译工具将solidity合约文件编译为java合约文件。