{"id":30172930,"url":"https://github.com/jd-opensource/jdchain_bak","last_synced_at":"2025-08-11T23:19:28.898Z","repository":{"id":37334792,"uuid":"177701551","full_name":"jd-opensource/jdchain_bak","owner":"jd-opensource","description":"JD Chain is JD.COM's open source blockchain project, with the goal of creating enterprise blockchain system that makes data exchange easier and more efficient.","archived":false,"fork":false,"pushed_at":"2022-10-21T10:25:49.000Z","size":11016,"stargazers_count":560,"open_issues_count":11,"forks_count":219,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-08-04T04:01:16.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ledger.jd.com","language":"Shell","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/jd-opensource.png","metadata":{"files":{"readme":"README.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}},"created_at":"2019-03-26T02:38:45.000Z","updated_at":"2025-07-27T12:53:02.000Z","dependencies_parsed_at":"2022-07-20T12:02:22.906Z","dependency_job_id":null,"html_url":"https://github.com/jd-opensource/jdchain_bak","commit_stats":null,"previous_names":["blockchain-jd-com/jdchain"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/jd-opensource/jdchain_bak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjdchain_bak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjdchain_bak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjdchain_bak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjdchain_bak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jd-opensource","download_url":"https://codeload.github.com/jd-opensource/jdchain_bak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjdchain_bak/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269970137,"owners_count":24505478,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-11T23:19:26.538Z","updated_at":"2025-08-11T23:19:28.890Z","avatar_url":"https://github.com/jd-opensource.png","language":"Shell","readme":"![logo](http://storage.jd.com/jd.block.chain/jdt-jdchain.png)\n\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jd.blockchain/sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jd.blockchain/sdk/)\n[![Build Status](https://travis-ci.com/blockchain-jd-com/jdchain.svg?branch=master)](https://travis-ci.org/blockchain-jd-com/jdchain)\n\n一个面向企业应用场景的通用区块链框架系统，能够作为企业级基础设施，为业务创新提供高效、灵活和安全的解决方案。\n\n## 源码构建\n\n`JD Chain`源码通过`git`及`git submodule`进行管理，如下操作可快速构建：\n\n```bash\n$ git clone https://github.com/blockchain-jd-com/jdchain.git jdchain\n\n$ cd jdchain\n\n# 此处仅以 master 分支为例，正常情况下 master 分支可无障碍构建成功\n# 不推荐使用 develop 分支，submodule 代码可能未对齐\n# 推荐切换到具体已发布的版本分支\n$ git checkout master\n\n$ chmod +x build/*.sh\n\n# 执行完整的构建，包括执行”集成测试“和”打包“两部分；提供两个参数：\n# --skipTests ：跳过集成测试部分； \n# --update ：从远程仓库更新子模块。注意，采用此参数会导致子模块本地仓库丢失尚未 commit 的代码。\n#           不附带此参数的情况下不会更新子模块仓库。\n$ build/build.sh --update\n\n# 跳过子模块代码更新和集成测试，直接编译和打包；\n$ build/build.sh --skipTests\n\n# 首次代码拉取，跳过集成测试和编译打包可执行：\n$ build/build.sh --update --skipTests\n```\n\n构建完成后会在`deploy`模块，`deploy-gateway`和`deploy-peer`目录`target`中生成网关安装部署包（`jdchain-gateway-*.zip`）和共识节点安装部署包（`jdchain-peer-*.zip`）。\n\n\n## 部署使用\n\n### 快速部署\n\n使用[源码构建](#源码构建)生成的部署安装包，或者下载[官方部署安装包](https://blockchain-jd-com.github.io/#/download) 参照[快速部署文档](https://blockchain-jd-com.github.io/#/install/testnet?id=%e5%91%bd%e4%bb%a4%e8%a1%8c%e6%96%b9%e5%bc%8f%e3%80%90%e6%8e%a8%e8%8d%90%e3%80%91)可快速部署运行`JD Chain`网络。\n\n### 数据上链\n\n1. 命令行工具\n\n`JD Chain` 命令行工具集，即[jdchain-cli](https://blockchain-jd-com.github.io/#/cli/tx)，可快速执行数据上链和链上数据查询。\n\n2. SDK\n\n`JD Chain`提供了`Java`和`Go`版本的`SDK`。实际项目开发中`Java`可参照[示例代码](https://github.com/blockchain-jd-com/jdchain-samples)，`Go`语言`SDK`参照[framework-go](https://github.com/blockchain-jd-com/framework-go/blob/master/sdk/test/tx_test.go)。\n\n### 更多\n\n`JD Chain`功能开发，使用问题等欢迎`issue`中探讨，也欢迎广大开发者积极参与`JD Chain`社区活动及代码开发~\n\n- 文档：[docs](https://ledger.jd.com/doc/)\n- `JD Chain`官网：https://ledger.jd.com/\n- 京东智臻链官网：https://blockchain.jd.com/\n- 服务邮箱：jdchain-support@jd.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-opensource%2Fjdchain_bak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjd-opensource%2Fjdchain_bak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-opensource%2Fjdchain_bak/lists"}