Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rclink

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rclink

#### 项目介绍 RepChain Client library for Node.js,本项目是采用Node.js实现的DApp与[RepChain](https://gitee.com/BTAJL/repchain)组网之间的connector, 它对RepChain提供的websocket方式的Event订阅,以及Restful的API进行了封装, 帮助DApp开发者更容易实现: - 与RepChain的数据同步:以Event订阅监听和同步新出块,以RestfulAPI主动发起缺失块同步 - 构造

  • 1.0.33
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

RCNode

项目介绍

RepChain Client library for Node.js,本项目是采用Node.js实现的DApp与RepChain组网之间的connector, 它对RepChain提供的websocket方式的Event订阅,以及Restful的API进行了封装, 帮助DApp开发者更容易实现:

  • 与RepChain的数据同步:以Event订阅监听和同步新出块,以RestfulAPI主动发起缺失块同步
  • 构造和提交签名交易:提供对符合RepChain的交易内容构造和签名提交
使用说明(TODO)
  1. yarn add rclinknpm i --save rclink
  2. 事件订阅:const {EventTube} = require('rclink')
软件架构

软件架构说明 数据同步 提交交易

开发教程
  1. 安装node.js和yarn
  2. yarn install
使用说明
  1. 本机多节点方式启动RepChain组网
  2. 运行测试用例:yarn test
  3. 也支持VSCode下的test调试

FAQs

Package last updated on 07 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc