You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.md 1.4 kB

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ### JD Chain 源代码库
  2. #### project
  3. - URL:git@github.com:blockchain-jd-com/jdchain-project.git
  4. - 说明:公共的父项目,定义公共的依赖
  5. #### framework
  6. - URL:git@github.com:blockchain-jd-com/jdchain-framework.git
  7. - 说明:框架源码库,定义公共数据类型、框架、模块组件接口、`SDK`、`SPI`、工具
  8. #### core
  9. - URL:git@github.com:blockchain-jd-com/jdchain-core.git
  10. - 说明:模块组件实现的源码库
  11. #### explorer
  12. - URL:git@github.com:blockchain-jd-com/explorer.git
  13. - 说明:相关产品的前端模块的源码库
  14. #### bft-smart
  15. - URL:git@github.com:blockchain-jd-com/bftsmart.git
  16. - 说明:`BFT-SMaRt` 共识算法的源码库
  17. #### explorer
  18. - URL:git@github.com:blockchain-jd-com/explorer.git
  19. - 说明:区块链浏览器/管理工具前端代码
  20. #### binary-proto
  21. - URL:git@github.com:blockchain-jd-com/binary-proto.git
  22. - 说明:自研序列化/反序列化框架
  23. #### utils
  24. - URL:git@github.com:blockchain-jd-com/utils.git
  25. - 说明:工具类库
  26. #### httpservice
  27. - URL:git@github.com:blockchain-jd-com/httpservice.git
  28. - 说明:`HTTP` `RPC` 服务框架
  29. #### kvdb
  30. - URL:git@github.com:blockchain-jd-com/kvdb.git
  31. - 说明:基于`RocksDB` `JNI`方式实现可独立部署,支持`KV`读写的数据库服务
  32. #### test
  33. - URL:git@github.com:blockchain-jd-com/jdchain-test.git
  34. - 说明:集成测试用例的源码库