Migrated repository
Go to file
2018-09-06 16:11:37 +08:00
conf 证书数量与单机节点数量相等避免抽签等待 2018-09-06 16:11:37 +08:00
jks 合并分支准备 2018-07-27 13:46:40 +08:00
json commit dev_supply 2018-07-11 22:21:39 +08:00
licenses commit dev_supply 2018-07-11 22:21:39 +08:00
project commit dev_supply 2018-07-11 22:26:36 +08:00
scripts commit dev_supply 2018-07-11 22:21:39 +08:00
shell commit dev_supply 2018-07-11 22:21:39 +08:00
src 证书数量与单机节点数量相等避免抽签等待 2018-09-06 16:11:37 +08:00
.gitignore commit message 2018-07-11 17:36:52 +08:00
assembly.sbt commit dev_supply 2018-07-11 22:21:39 +08:00
build.sbt Merge branch 'dev_wuwei1972' into dev_supply 2018-07-27 14:58:41 +08:00
LICENSE commit dev_supply 2018-07-11 22:21:39 +08:00
NOTICE commit dev_supply 2018-07-11 22:21:39 +08:00
README.md 修改《开发者指南链接地址》,补充Java客户端链接RepChain 2018-07-25 10:09:36 +08:00
TODO.md commit dev_supply 2018-07-11 22:21:39 +08:00

RepChain

响应式许可链

参考阅读

安装

运行

  • git clone https://gitee.com/BTAJL/repchain.git 下载项目到本地
  • sbt 在项目的根目录下下载项目依赖项,可以配置仓库或者使用阿里镜像
  • compile 编译成Protocol Buffer Scala类
  • eclipse 生成eclipse工程文件
  • 打开 Scala IDE, File->Import->Existing Projects,导入项目
  • 右键单击 rep.app.Repchain.scala,Run As->Scala Application(单机组网4个节点)
  • 运行配置VM参数 -Dlogback.configurationFile =conf/logback.xml (使logback配置生效)
  • 查看实时图 http://localhost:8081/web/g1.html
  • 查看API http://localhost:8081/swagger/index.html

修改配置

打包

  • assembly 打包成jar包进行分布式部署

开源社区