English / 中文
The console is an important interactive client tool of FISCO BCOS 2.0+. The console has a wealth of commands, including querying blockchain status, managing blockchain nodes, deploying and invoking contracts.
- Provide a lot of query commands for blockchain.
- Provide the easiest way to deploy and invoke contracts.
- Provide some commands which can manage blockchain node.
- Providea a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contract files.
- You can download a tar file and decompress it to enjoy console. See console manual for more details.
$ git clone https://github.com/FISCO-BCOS/console.git
$ cd console
$ ./gradlew build
If you want to use sm crypto, and use hardware secure module, you can install with following commands.
$ git clone https://github.com/FISCO-BCOS/console.git
$ cd console
$ ./gradlew build -b build-hsm.gradle
If you install successfully, it produces the dist
directory.
Please see the documentation about configurating for the console. Have fun.
- Star our Github.
- Pull requests. See CONTRIBUTING.
- Ask questions.
The FISCO BCOS community is one of the most active open-source blockchain communities in China. It provides long-term technical support for both institutional and individual developers and users of FISCO BCOS. Thousands of technical enthusiasts from numerous industry sectors have joined this community, studying and using FISCO BCOS platform. If you are also interested, you are most welcome to join us for more support and fun.
All contributions are made under the Apache License 2.0. See LICENSE.