New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

chainsql-lib-test

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chainsql-lib-test

A JavaScript API for interacting with Chainsql in Node.js and the browser

latest
Source
npmnpm
Version
0.17.52
Version published
Maintainers
1
Created
Source

chainsql-lib

A JavaScript API for interacting with the ZXC Ledger

Circle CI Coverage Status

NPM

Features

  • Connect to a rippled server from Node.js or a web browser
  • Issue rippled API requests
  • Listen to events on the ZXC Ledger (transaction, ledger, etc.)
  • Sign and submit transactions to the ZXC Ledger

Getting Started

See also: ChainsqlAPI Beginners Guide

Install chainsql-lib using npm:

$ npm install chainsql-lib

Then see the documentation and code samples

Running tests

  • Clone the repository
  • cd into the repository and install dependencies with npm install
  • npm test or npm test --coverage (istanbul will create coverage reports in coverage/lcov-report/)

Generating Documentation

The continuous integration tests require that the documentation stays up-to-date. If you make changes to the JSON schemas, fixtures, or documentation sources, you must update the documentation by running npm run docgen.

More Information

FAQs

Package last updated on 12 Oct 2020

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