Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
#### 项目介绍 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主动发起缺失块同步 - 构造
RepChain Client library for Node.js,本项目是采用Node.js实现的DApp与RepChain组网之间的connector, 它对RepChain提供的websocket方式的Event订阅,以及Restful的API进行了封装, 帮助DApp开发者更容易实现:
yarn add rclink
或 npm i --save rclink
软件架构说明
yarn install
yarn build
yarn test:node
node环境下运行测试用例yarn test:browser
browser环境下运行测试用例yarn test
在node与browser环境下分别运行测试用例Note: 在test/testEnvConfig.js中可修改待测试的目标代码: testEnv="dev"(表示测试位于src/下的开发代码);testEnv="production"(表示测试位于lib/下的生产代码)
FAQs
### 介绍 RCJS(RepChain Client library for JavaScript),是基于JavaScript实现的用于与[RepChain](https://gitee.com/BTAJL/repchain)区块链网络进行交互的工具包,可作为开发RepChain DApp(Decentralized Application)的SDK。
The npm package rclink receives a total of 10 weekly downloads. As such, rclink popularity was classified as not popular.
We found that rclink demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.