An open API service indexing awesome lists of open source software.

https://github.com/webankblockchain/governance-doc

链治理通用组件文档
https://github.com/webankblockchain/governance-doc

blockchain mcgf webank-blockchain

Last synced: 6 months ago
JSON representation

链治理通用组件文档

Awesome Lists containing this project

README

        

# Governance-Doc
WeBankBlockchain-Governance链治理通用组件[文档](https://governance-doc.readthedocs.io/zh_CN/latest/index.html)

## 组件介绍
### **WeBankBlockchain-Governance-Account 账户治理组件**
基于智能合约开发,提供区块链用户账户注册、私钥重置、冻结、解冻等账户全生命周期管理,支持管理员、阈值投票、多签制等多种治理策略。
请参考:
- [Github地址](https://github.com/WeBankBlockchain/Governance-Account)
- [Gitee地址](https://gitee.com/WeBankBlockchain/Governance-Account)
- [文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Acct/index.html)
- [快速开始](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Acct/quickstart.html)

### **WeBankBlockchain-Governance-Authority 权限治理组件**
基于智能合约,提供区块链账户、合约、函数等粒度的权限控制的功能的通用组件。
请参考:
- [Github地址](https://github.com/WeBankBlockchain/Governance-Authority)
- [Gitee地址](https://gitee.com/WeBankBlockchain/Governance-Authority)
- [文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Auth/index.html)
- [快速开始](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Auth/quickstart.html)

### **WeBankBlockchain-Governance-Key 私钥管理组件**
提供私钥生成、存储、加解密、加签、验签等私钥全生命周期管理的通用解决方案。
请参考:
- [Github地址](https://github.com/WeBankBlockchain/Governance-Key)
- [Gitee地址](https://gitee.com/WeBankBlockchain/Governance-Key)
- [文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Key/index.html)
- [快速开始](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Key/corequickstart.html#)

### **WeBankBlockchain-Governance-Cert 证书管理组件**
提供证书生成、验证、子证书请求等证书全生命周期管理的通用解决方案。
请参考:
- [Github地址](https://github.com/WeBankBlockchain/Governance-Cert)
- [Gitee地址](https://gitee.com/WeBankBlockchain/Governance-Cert)
- [文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Cert/index.html)
- [快速开始](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Cert/start.html)

## 贡献代码
欢迎参与本项目的社区建设:
- 如项目对您有帮助,欢迎点亮我们的小星星(点击项目右上方Star按钮)。
- 欢迎提交代码(Pull requests)。
- [提问和提交BUG](https://github.com/WeBankBlockchain/Governance-Doc/issues)。
- 如果发现代码存在安全漏洞,请在[这里](https://security.webank.com)上报。

## License
![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)

开源协议为[Apache License 2.0](http://www.apache.org/licenses/). 详情参考[LICENSE](../LICENSE)。