Elliot Lee e978ef1888 Add getAccountObjects (#881)
Squashed commit of the following:

commit 361ead8cbbbe4fa25ecba614f8f11930ff679996
commit 5ff26d7d2defbbaaa7c50d6b3b5b74bf30be19ef
commit 97f5dfc86d4730082fd016197b0c025e499912e3
commit d48654098601f2a19484d9bbae7c65786e3c5dd4
commit 4790401123e7836f6bea8d03111bce60dcf95114
commit 57512f7fc000689bb8224f33173ba91221f27281
commit e75a7e95b11368b26c40e8e6e7b583d978475e95
2018-04-11 14:37:37 -07:00
2018-04-11 14:37:37 -07:00
2018-01-29 12:11:32 -08:00
2018-04-11 14:37:37 -07:00
2018-04-11 14:37:37 -07:00
2018-01-17 14:41:24 -08:00
2015-05-14 16:07:47 -07:00
2017-09-27 15:45:50 -07:00
2018-03-20 14:30:37 -07:00
2017-09-27 10:25:08 -07:00
2018-04-09 12:03:05 -07:00
2017-11-04 18:18:55 -07:00
2018-01-16 23:18:17 -08:00
2018-02-24 23:52:45 -08:00
2018-01-17 14:41:24 -08: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

You can use npm, but we recommend using yarn for the added assurance provided by yarn.lock.

Install ripple-lib:

$ yarn add ripple-lib

Then see the documentation and code samples

Running tests

  1. Clone the repository
  2. cd into the repository and install dependencies with yarn install
  3. yarn test or yarn 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 yarn run docgen.

npm may be used instead of yarn in the commands above.

More Information

Description
A JavaScript/TypeScript API for interacting with the Xahau Ledger in Node.js and the browser
Readme 54 MiB
Languages
TypeScript 97.5%
JavaScript 2.5%