{"id":13565031,"url":"https://github.com/xuperchain/xuperchain","last_synced_at":"2025-05-14T18:06:08.332Z","repository":{"id":37375778,"uuid":"188339686","full_name":"xuperchain/xuperchain","owner":"xuperchain","description":"A highly flexible blockchain architecture with great transaction performance.","archived":false,"fork":false,"pushed_at":"2024-05-14T02:43:32.000Z","size":18526,"stargazers_count":1702,"open_issues_count":87,"forks_count":405,"subscribers_count":90,"default_branch":"master","last_synced_at":"2025-04-27T08:38:57.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://xuper.baidu.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuperchain.png","metadata":{"files":{"readme":"README-CN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-24T02:35:19.000Z","updated_at":"2025-04-15T16:26:57.000Z","dependencies_parsed_at":"2024-04-22T03:47:46.469Z","dependency_job_id":"3a60d5c3-b145-4913-9355-35687fb02668","html_url":"https://github.com/xuperchain/xuperchain","commit_stats":{"total_commits":599,"total_committers":58,"mean_commits":"10.327586206896552","dds":0.8146911519198664,"last_synced_commit":"c6f8ca1cacffb08dec37fefd539e9e04db9eb92c"},"previous_names":["xuperchain/xuperunion"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuperchain%2Fxuperchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuperchain%2Fxuperchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuperchain%2Fxuperchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuperchain%2Fxuperchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuperchain","download_url":"https://codeload.github.com/xuperchain/xuperchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198514,"owners_count":22030965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:01:39.457Z","updated_at":"2025-05-14T18:06:03.322Z","avatar_url":"https://github.com/xuperchain.png","language":"Go","funding_links":[],"categories":["Development Tutorial","Go","C++"],"sub_categories":["Consortium Blockchain"],"readme":"# XuperChain\n\n[![Build Status](https://travis-ci.org/xuperchain/xuperchain.svg?branch=master)](https://travis-ci.org/xuperchain/xuperchain)\n[![Go Report Card](https://goreportcard.com/badge/github.com/xuperchain/xuperchain)](https://goreportcard.com/report/github.com/xuperchain/xuperchain)\n[![GolangCI](https://golangci.com/badges/github.com/golangci/golangci-lint.svg)](https://golangci.com)\n[![License](https://img.shields.io/github/license/xuperchain/xuperchain?style=flat-square)](/LICENSE)\n[![Release](https://img.shields.io/github/v/release/xuperchain/xuperchain?style=flat-square)][LatestRelease]\n\n中文 | [English](README.md)\n\n---\n\n## XuperChain是什么?\n\n**XuperChain**是超级链体系下的第一个开源项目，是构建超级联盟网络的底层方案。\n基于XuperCore动态内核实现的。您可以使用XuperChain，作为区块链基础设施，构建合规的区块链网络。\n。\n\n核心特点\n* **动态内核**\n    * 基于动态内核技术，实现无内核代码侵入的自由扩展内核核心组件和轻量级的扩展订制内核引擎，满足面向各类场景的区块链实现的需要。\n    * 提供了全面的、高性能的标准内核组件实现。\n    * 全面降低区块链研发成本，开启一键发链新时代。\n\n* **高性能**\n    * 原创的XuperModel模型，真正实现了智能合约的并发执行和验证。\n    * TDPOS算法确保大规模节点下的快速共识。\n    * 使用AOT加速的WASM虚拟机，合约运行速度接近native程序。\n\n* **更安全**\n    * 多私钥保护的账户体系。\n    * 鉴权支持权重累计、集合运算等灵活的策略。\n\n* **易扩展**\n    * 鲁棒的P2P网络，支持广域网超大规模节点。\n    * 底层账本支持分叉管理，自动收敛一致性，实现真正全球化部署。\n\n* **多语言开发智能合约**\n    * 通过原创的XuperBridge技术，可插拔多语言虚拟机。\n\n* **高灵活性**\n    * 可插拔、插件化的设计使得用户可以方便选择适合自己业务场景的解决方案。\n\n## 快速试用\n\n### 环境配置\n\n* 操作系统：支持Linux以及Mac OS\n* 开发语言：Go 1.14.*及以上\n* 编译器：GCC 4.8.x及以上\n* 版本控制工具：Git\n\n### 构建\n\n克隆XuperChain仓库\n```\ngit clone https://github.com/xuperchain/xuperchain\n```\n\n\u003e **注意**: \n\u003e \n\u003e `master` 分支是日常开发分支，会包含最新的功能，但是 **不稳定**。\n\u003e \n\u003e 生产环境请使用[最新的已发布分支][LatestRelease]。\n\n编译\n```\ncd xuperchain\nmake\n```\n\n跑单测\n```\nmake test\n```\n\n单机版xchain\n```\ncd ./output\nsh ./control.sh start\n./bin/xchain-cli status\n```\n\n多节点xchain\n\n生成多节点。\n在运行下面的命令之前，请确保已经运行`make`去编译代码。\n```\nmake testnet\n```\n\n进入testnet目录，分别启动三个节点(确保端口未被占用)。\n```\ncd ./testnet/node1\nsh ./control.sh start\ncd ../node2\nsh ./control.sh start\ncd ../node3\nsh ./control.sh start\n```\n\n观察每个节点状态\n```\n./bin/xchain-cli status -H :37101\n./bin/xchain-cli status -H :37102\n./bin/xchain-cli status -H :37103\n```\n\n## 文档\n\n\n关于XuperChain更详细、更深入的使用方法请查看 [XuperChain文档][Docs]\n\n## 如何参与开发\n1. 阅读源代码，了解我们当前的开发方向\n2. 找到自己感兴趣的功能或模块\n3. 进行开发，开发完成后自测功能是否正确，并运行make \u0026 make test\n4. 发起pull request\n5. 更多详情请参见 [贡献指南][Contribution]\n\n## 许可证\nXuperChain使用的许可证是Apache 2.0\n\n## 联系我们\n商务合作，请Email：xchain-help@baidu.com, 来源请注明 GitHub。\n\n如果你对XuperChain开源技术及应用感兴趣，\n欢迎添加`百度超级链·小助手`微信，回复`技术论坛进群`，\n加入“百度超级链开发者社区”，\n与百度资深工程师深度交流!\n\n微信二维码如下:\n\n\u003cimg width=\"291\" alt=\"496bd829f51cda8f4c8027daf0e6b543\" src=\"https://user-images.githubusercontent.com/51440377/210507301-84a45cc8-0841-4c55-9398-6d03f395c0b7.png\"\u003e\n\n[Contribution]: docs/zh_cn/contribute/contribute-guideline.md\n[LatestRelease]: https://github.com/xuperchain/xuperchain/releases/latest\n[Docs]: https://xuper.baidu.com/n/xuperdoc/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuperchain%2Fxuperchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuperchain%2Fxuperchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuperchain%2Fxuperchain/lists"}