https://github.com/webankblockchain/governance-doc
链治理通用组件文档
https://github.com/webankblockchain/governance-doc
blockchain mcgf webank-blockchain
Last synced: 6 months ago
JSON representation
链治理通用组件文档
- Host: GitHub
- URL: https://github.com/webankblockchain/governance-doc
- Owner: WeBankBlockchain
- License: apache-2.0
- Created: 2020-11-10T08:29:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T02:47:51.000Z (10 months ago)
- Last Synced: 2024-08-14T04:17:11.434Z (10 months ago)
- Topics: blockchain, mcgf, webank-blockchain
- Language: Python
- Homepage: https://governance-doc.readthedocs.io/zh_CN/latest/index.html
- Size: 4.91 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
开源协议为[Apache License 2.0](http://www.apache.org/licenses/). 详情参考[LICENSE](../LICENSE)。