3. Console Tools

Tags: “console” “console” “command line interactive tools” “


Important

  • “Console” only supports FISCO BCOS 3.0+Version, based on ‘Java SDK<../sdk/java_sdk/index.html>’_ Implementation。

  • You can view the current console version through the command. “/ start.sh –version”

CONSOLEis an important interactive client tool for FISCO BCOS 3.0, which is available through the Java SDKEstablish a connection with a blockchain node to implement read and write access requests for blockchain node data。The console has a wealth of commands, including querying blockchain status, managing blockchain nodes, deploying and invoking contracts, and more。In addition, the console provides a contract compilation tool that allows users to quickly and easily convert WASM files compiled from Solidity and webankblockchain-liquid contract files to Java contract files。

Important

Related Software and Environment Release Notes!’Please check<https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html>`_

The command line interactive console is a tool for developers to query and manage nodes。

The console has a wealth of commands, including querying blockchain status, managing blockchain nodes, deploying and invoking contracts, and more。

Important

Access to FISCO BCOS 3.x blockchain is required using “>= v3.x “version of the console, you cannot use” 2.x “or” 1.x “version of the console。

Use manual: