Migrated repository
Go to file
2019-03-22 12:27:06 +08:00
_windows IU-2017.3.1 <Administrator@zd001 Update vim_settings.xml, vcs.xml Create ui.lnf.xml, editor.xml, applicationLibraries.xml 2018-11-13 17:45:18 +08:00
codestyles IU-2017.3.1 <Administrator@zd001 Create vim_settings.xml, ide.general.xml, git.xml, vcs.xml, scala.xml, laf.xml, Default.xml, debugger.xml, path.macros.xml 2018-11-13 17:21:02 +08:00
conf remove json encode 2019-03-22 11:09:48 +08:00
jks 上传实验证书。 2019-03-14 20:06:03 +08:00
json 1.修改合约从api提交不成功等情况,编写合约时要,在合约中不要拼接key,在跨合约读时,只需要添加其合约等名称,key值不需要拼接。 2019-03-20 14:55:08 +08:00
licenses commit message 2018-07-11 17:36:52 +08:00
project 整理peer.proto文件,修改编号,修改boolean->bool. 2019-03-05 08:55:26 +08:00
scripts assets6.json对应与assets6.xml,同一个接口的测试 2019-03-20 15:29:02 +08:00
shell commit message 2018-07-11 17:36:52 +08:00
src SerializeUtils取代ByteString 2019-03-22 12:27:06 +08:00
.gitignore commit message 2018-07-11 17:36:52 +08:00
assembly.sbt commit message 2018-07-11 17:36:52 +08:00
build.sbt 采用kryo序列化,与原来的json相比,体积持平,性能提升了将近3倍 2019-03-22 01:28:58 +08:00
debugger.renderers.xml IU-2017.3.1 <Administrator@zd001 Create debugger.renderers.xml 2018-11-27 14:28:25 +08:00
LICENSE commit message 2018-07-11 17:36:52 +08:00
NOTICE commit message 2018-07-11 17:36:52 +08:00
README.md 添加RepChain概述、RepChain开发者指南链接地址 2018-10-16 17:04:11 +08:00
TODO.md commit message 2018-07-11 17:36:52 +08:00
usageView.xml IU-2017.3.1 <Administrator@zd001 Create usageView.xml 2018-11-27 14:14:12 +08:00

RepChain

响应式许可链 RepChain概述 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包进行分布式部署

开源社区