Skip to content

Commit

Permalink
Merge pull request #442 from CodingCattwo/dev-3.0
Browse files Browse the repository at this point in the history
update one click of liquid & permission
  • Loading branch information
CodingCattwo authored May 9, 2022
2 parents 961e92b + 9be3374 commit 23439bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/WeBASE-Console-Suit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ BFS:BFS(BBlockchain File System)是FISCO BCOS 3.0中新增的功能,可

值得注意的是,在区块链初始化启动之前,在配置中必须**开启并设置好权限治理的配置**,才能正确启动权限治理模式。区块链启动后再配置将不起作用。详细方法参考[FISCO BCOS权限治理使用指南](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/develop/committee_usage.html)
- 开启权限治理模式的主要要点是:将`is_auth_check`选项置为`true``auth_admin_account`初始委员会账户地址需要配置正确的地址。FISCO BCOS不同的节点部署模式,开启权限治理的方式略有不同
- 开启权限后,需要**在WeBASE权限管理中导入对应的链管理员私钥**
- 开启权限后,需要**在WeBASE权限管理页面中导入对应的链管理员私钥**

![](../../images/WeBASE-Console-Suit/lab/permission_home.png)

Expand Down
4 changes: 3 additions & 1 deletion docs/WeBASE/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ cd webase-deploy

​ 如果不使用一键部署搭建新链,可以参考FISCO BCOS官方文档搭建 [FISCO BCOS部署流程](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/installation.html#fisco-bcos)

- 如果使用的`liquid`合约的链,并在WeBASE管理台或WeBASE-Front的合约IDE中编译Liquid合约,要求**手动**在WeBASE-Front所在主机[配置Liquid环境](https://liquid-doc.readthedocs.io/zh_CN/latest/docs/quickstart/prerequisite.html)
- 如果使用的`liquid`合约的链(`fisco.wasm=1`),并在WeBASE管理台或WeBASE-Front的合约IDE中编译Liquid合约,要求**手动**在WeBASE-Front所在主机[配置Liquid环境](https://liquid-doc.readthedocs.io/zh_CN/latest/docs/quickstart/prerequisite.html)后,才能通过WeBASE编译Liquid合约

- 启用链的权限管理功能时(`fisco.auth=1`),建链后会在`webase-deploy/nodes/ca`目录生成一个链管理员私钥(包含国密与非国密),需要在WeBASE管理台的权限管理页面中**导入该私钥**才能进行权限管理。


④ 服务端口不能小于1024
Expand Down

0 comments on commit 23439bd

Please sign in to comment.