文档目录

RepChain及组件文档目录

RepChain

自主可控的许可链基础组件

2.0

https://zls201624.github.io/repchain-doc/

isCL合约语言

isCL合约语言用户手册

1.0

https://zls201624.github.io/iscl-doc/

Dashboard

RepChain Dashboard,即RepChain区块链管理控制台

2.0

https://zls201624.github.io/dashboard-doc/

跨链组件

支持RepChain,Fisco Bcos 2.* ,Fabric 2.* 的跨链组件

2.0

http://repchain.net/repchain-cross-doc/

接口协同

基于RepChain的链外接口协同组件

rc2.0.0

http://repchain.net/api-coord-docs/

客户端或示例

RCJS

RCJS(RepChain Client library for JavaScript),RepChain的客户端开发包JS语言版本,兼容Node以及Browser环境

https://gitee.com/BTAJL/RCJS

RCJava

RCJava-core(RepChain Client Library for Java),RepChain的客户端开发包Java语言版本,可用来构造并提交交易,获取链信息,同步区块数据等

https://gitee.com/BTAJL/RCJava-core

RCPython

python连接RepChain的示范性项目,提交交易并获取返回结果,同步获取块数据.

https://gitee.com/BTAJL/RCPython