# console **Repository Path**: Guoyangggg/console ## Basic Information - **Project Name**: console - **Description**: 交互式区块链控制台,合约编译、部署、调用以及区块链管理Interactive client tool of FISCO BCOS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2021-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://github.com/FISCO-BCOS/FISCO-BCOS/raw/master/docs/images/FISCO_BCOS_Logo.svg?sanitize=true) English / [中文](doc/README_CN.md) # console [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Build Status](https://travis-ci.org/FISCO-BCOS/console.svg?branch=master)](https://travis-ci.org/FISCO-BCOS/console) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a2a6c2eb499e42739d066ff775d1b288)](https://www.codacy.com/app/fisco/console?utm_source=github.com&utm_medium=referral&utm_content=FISCO-BCOS/console&utm_campaign=Badge_Grade) [![GitHub All Releases](https://img.shields.io/github/downloads/FISCO-BCOS/console/total.svg)](https://github.com/FISCO-BCOS/console) --- The console is an important interactive client tool of [FISCO BCOS 3.0+](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/). The console has a wealth of commands, including querying blockchain status, managing blockchain nodes, deploying and invoking contracts. ## Features - 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. - Provide a contract compilation tool that allows users to easily and quickly compile Solidity contract files into Java contract files. - Provide an easy way to transfer compiled Liquid contract material, such as WASM and ABI, into Java contract files. ## Usage - You can download a tar file and decompress it to enjoy console. See [console manual](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/develop/console/index.html) for more details. ## Source Installation ``` $ git clone https://github.com/FISCO-BCOS/console.git $ cd console $ bash gradlew build ``` If you install successfully, it produces the `dist` directory. ## Configuration Please see the [documentation](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/develop/console/console_config.html) about configuration for the console. Have fun :) ## Code Contribution - Star our GitHub. - Pull requests. See [CONTRIBUTING](CONTRIBUTING.md). - [Ask questions](https://github.com/FISCO-BCOS/console/issues). ## Join Our Community 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. ![](https://media.githubusercontent.com/media/FISCO-BCOS/LargeFiles/master/images/QR_image_en.png) ## License ![license](https://img.shields.io/badge/license-Apache%20v2-blue.svg) All contributions are made under the [Apache License 2.0](http://www.apache.org/licenses/). See [LICENSE](LICENSE).