# simplechain-plugin **Repository Path**: avrillucy/simplechain-plugin ## Basic Information - **Project Name**: simplechain-plugin - **Description**: 支持陆羽跨链的simplechain插件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2022-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://gitee.com/luyu-community/luyu-cross-chain-protocol/raw/master/doc/img/logo_nor.svg) # Sipc-Plugin Sipc-Plugin 是 SimpleChain 联盟链用于适配[陆羽跨链协议](https://gitee.com/luyu-community/luyu-cross-chain-protocol)的插件。 ## 编译插件 **环境要求**: - [JDK8及以上](https://www.oracle.com/java/technologies/javase-downloads.html) - Gradle 5.0及以上 **编译命令**: ```shell ./gradlew assemble ``` 如果编译成功,将在当前目录的dist/apps目录下生成插件jar包。 ## 插件使用 该插件要配合[陆羽协议路由](https://gitee.com/luyu-community/router)一起使用。 #### 启动Demo链 ```shell cd dist #### 路由配置 路由需要配置文件提供一些链的信息。 `dist/conf` 下有默认的配置文件。 、