From 59ec56db4cb3b7a72475efaa173051272fe79548 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 31 Jan 2020 13:59:11 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6797ecd4..987e524d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ A JavaScript/TypeScript API for interacting with the XRP Ledger This is the recommended library for integrating a JavaScript/TypeScript app with the XRP Ledger, especially if you intend to use advanced functionality such as IOUs, payment paths, the decentralized exchange, account settings, payment channels, escrows, multi-signing, and more. -**What is ripple-lib used for?** Here's a [list of applications](APPLICATIONS.md) that use `ripple-lib`. Open a PR to add your app or project to the list! +## [➡️ Reference Documentation](https://xrpl.org/rippleapi-reference.html) + +See the full reference documentation on the XRP Ledger Dev Portal. + +## [➡️ Applications and Projects](APPLICATIONS.md) + +What is ripple-lib used for? The applications on the list linked above use `ripple-lib`. Open a PR to add your app or project to the list! ### Features