Elliot Lee 4886561f7d Add yarn lockfile
Use yarn to ensure that we always get the same dependencies each time
2017-11-03 14:20:00 -07:00
2017-09-27 15:45:50 -07:00
2017-09-27 10:25:08 -07:00
2017-10-10 19:10:26 -05:00
2017-10-10 19:10:26 -05:00
2016-01-16 01:12:43 +02:00
2016-01-16 01:12:43 +02:00
2015-05-14 16:07:47 -07:00
2015-05-14 16:07:47 -07:00
2017-09-27 15:45:50 -07:00
2017-09-27 10:25:08 -07:00
2017-09-27 15:45:50 -07:00
2017-07-31 17:17:30 -07:00
2017-11-03 14:20:00 -07:00

ripple-lib

A JavaScript API for interacting with the XRP 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 XRP Ledger (transaction, ledger, etc.)
  • Sign and submit transactions to the XRP Ledger

Getting Started

See also: RippleAPI Beginners Guide

Install ripple-lib using npm:

$ npm install ripple-lib

Then see the documentation and code samples

Running tests

  1. Clone the repository
  2. cd into the repository and install dependencies with npm install
  3. 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

Description
A JavaScript/TypeScript API for interacting with the Xahau Ledger in Node.js and the browser
Readme 43 MiB
Languages
TypeScript 97.4%
JavaScript 2.6%