3 Star 4 Fork 4

FISCO-BCOS / console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_EN.md 3.63 KB
一键复制 编辑 原始数据 按行查看 历史
cyjseagull 提交于 2022-02-23 14:07 . fix description (#572)

English / 中文

console

PRs Welcome Build Status GitHub All Releases

The console is an important interactive client tool for FISCO BCOS. The console has wealth of commands, including querying blockchain status, managing blockchain nodes, deploying and invoking contracts, etc.

Version and Compatibility Notes

v3.x version console only works with FISCO BCOS v3.x, not compatible with FISCO BCOS v2.x.

v2.x

v3.x

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 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 about configuration for the console. Have fun :)

Code Contribution

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.

License

license

All contributions are made under the Apache License 2.0. See LICENSE.

Java
1
https://gitee.com/FISCO-BCOS/console.git
git@gitee.com:FISCO-BCOS/console.git
FISCO-BCOS
console
console
master

搜索帮助