From c6cebefdbee7ead4bbf047a6814e457c955dc3f9 Mon Sep 17 00:00:00 2001 From: pdp2121 <71317875+pdp2121@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:10:27 -0500 Subject: [PATCH] Add code sample link to README (#2188) Co-authored-by: Elliot Lee --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c82bfcbb..b18e0a47 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ You are also welcome to create an [issue](https://github.com/XRPLF/xrpl.js/issue - [xrpl.js Reference Docs](https://js.xrpl.org/) - [xrpl.org (Detailed docs on how the XRPL works)](https://xrpl.org/references.html) +- [XRPL Code Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples) - [#javascript in the XRPL Developer Discord for questions & support](https://xrpldevs.org) - [xrpl-announce (The mailing list for new xrpl.js versions)](https://groups.google.com/g/xrpl-announce) - [Applications that use xrpl.js](https://github.com/XRPLF/xrpl.js/blob/main/APPLICATIONS.md) (You can open a PR to add your project!)