# RepChain 响应式许可链 [RepChain概述](https://gitee.com/BTAJL/repchain/attach_files/download?i=175301&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F05%2F36%2FPaAvDFvFqPOAGc8WAAlT16a_C8E014.pdf%3Ftoken%3D4f3ba8c74c2f177fe4b135e54a5c0431%26ts%3D1539680499%26attname%3DRepChain%25E4%25BB%258B%25E7%25BB%258D.pdf) [RepChain开发者指南](https://gitee.com/BTAJL/repchain/attach_files/download?i=152687&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F04%2F54%2FPaAvDFtX24SAeIxpADEhgca3xCI727.pdf%3Ftoken%3D6c091eb97db08000fc2f475386fe82b5%26ts%3D1539680499%26attname%3DRepChain%25E5%25BC%2580%25E5%258F%2591%25E8%2580%2585%25E6%258C%2587%25E5%258D%2597.pdf) ## 参考阅读 - [akka getting start](http://doc.akka.io/docs/akka/current/intro/getting-started.html) ——系统内部模块采用akka actor实现 - [akka remoting security](http://doc.akka.io/docs/akka/current/scala/remoting.html) ——节点之间安全通信采用akka Remote支持的TLS - [akka serialization](http://doc.akka.io/docs/akka/current/scala/serialization.html)——节点之间消息交互采用protobuf序列化 - [scalaPB](https://scalapb.github.io/)——从proto定义生成Scala类的工具 - [protobufjs](https://github.com/dcodeIO/ProtoBuf.js/)——在web端根据proto定义,反序列化protobuf字节流 - [swagger-scala](https://github.com/swagger-api/swagger-scala-module)——API支持Swagger UI - [json4s](https://github.com/json4s/json4s)——在API层提供输入对象的json反序列化,返回结果的json序列化 - [d3.js-force layout](https://github.com/d3/d3-3.x-api-reference/blob/master/Force-Layout.md)——入/离网节点的自动布局 - [delight-nashorn-sandbox](https://github.com/javadelight/delight-nashorn-sandbox)——约束脚本执行时间的JavaScript引擎sandbox - [leveldb for java](https://github.com/dain/leveldb)——存取Blocks、Transactions索引 - [java security](http://docs.oracle.com/javase/8/docs/technotes/guides/security/index.html)——hash、签名、密钥对及证书管理均采用jdk内置方法 ## 安装 - install [jdk8+](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - install [Python](http://www.python.org/downloads/) - install [Scala](https://www.scala-lang.org/download/) - install [SBT](http://www.scala-sbt.org/release/docs/Setup.html) - install [Scala IDE](http://scala-ide.org/) - install [keystore-explorer](http://keystore-explorer.org/) ——用于生成密钥对的工具,非必须 - install [protobuf editor](https://github.com/Enide/polyglot-maven-editors)——编辑protobuf定义工具,非必须 ## 运行 - `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 ## 修改配置 - 生成RepChain节点密钥对及信任证书列表(见[《RepChain开发者指南》](https://gitee.com/BTAJL/repchain/attach_files/download?i=152687&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F04%2F54%2FPaAvDFtX24SAeIxpADEhgca3xCI727.pdf%3Ftoken%3D7afd728970886ea6909f1d49eb2fd081%26ts%3D1532484485%26attname%3DRepChain%25E5%25BC%2580%25E5%258F%2591%25E8%2580%2585%25E6%258C%2587%25E5%258D%2597.pdf) 2.1.5) - 制作创世区块(见[《RepChain开发者指南》](https://gitee.com/BTAJL/repchain/attach_files/download?i=152687&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F04%2F54%2FPaAvDFtX24SAeIxpADEhgca3xCI727.pdf%3Ftoken%3D7afd728970886ea6909f1d49eb2fd081%26ts%3D1532484485%26attname%3DRepChain%25E5%25BC%2580%25E5%258F%2591%25E8%2580%2585%25E6%258C%2587%25E5%258D%2597.pdf) 2.1.6) - 调整系统配置参数(见[《RepChain开发者指南》](https://gitee.com/BTAJL/repchain/attach_files/download?i=152687&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F04%2F54%2FPaAvDFtX24SAeIxpADEhgca3xCI727.pdf%3Ftoken%3D7afd728970886ea6909f1d49eb2fd081%26ts%3D1532484485%26attname%3DRepChain%25E5%25BC%2580%25E5%258F%2591%25E8%2580%2585%25E6%258C%2587%25E5%258D%2597.pdf) 2.1.7) ## 打包 - assembly 打包成jar包,进行分布式部署 ## 开源社区 - http://bbs.repchain.net.cn/