WeIdentity 基于区块链的实体身份标识及可信数据交换解决方案: GitHub Gitee、文档

WeIdentity文档:https://weidentity.readthedocs.io/zh_CN/latest/

智能合约设计与实现: https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-contract-design.html

外部学者的研究文章
WeIdentity 的多签及限量凭证的实现 | 联盟链开发(十二):给出了合约结构类图
https://learnblockchain.cn/index.php/article/1285

安装部署:
使用 WeIdentity 部署工具完成部署(可视化部署方式)
https://weidentity.readthedocs.io/zh_CN/latest/docs/deploy-via-web.html#role-selection
安装介绍资料:
玩转WeIdentity之可视化部署 | 联盟链开发:
https://learnblockchain.cn/article/1542

Java SDK总体介绍
WeIdentity Java SDK提供了一整套对WeIdentity进行管理操作的Java库。 目前,SDK支持本地密钥管理、数字身份标识(WeIdentity DID)管理、 标准化凭证(WeIdentity Credential)管理、 授权机构(Authority Issuer)管理、 标准化模板(CPT)管理等功能, 同时也提供基于FISCO-BCOS的区块链交互、智能合约的部署与调用。 未来还将支持更丰富的功能和应用。

Github: https://github.com/WeBankBlockchain/WeIdentity

智能合约源码:https://github.com/WeBankBlockchain/WeIdentity-Contract