Code samples: READMEs and smarter parsing

This commit is contained in:
mDuo13
2021-10-27 17:37:05 -07:00
parent acb0698940
commit 7c3ff821f0
14 changed files with 69 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
# Get Started
Introductory code samples showing how to connect to the XRP Ledger and query it for data.
For more context, see the Get Started tutorial for your preferred language:
- [Python](https://xrpl.org/get-started-using-python.html)
- [Java](https://xrpl.org/get-started-using-java.html)
- [JavaScript](https://xrpl.org/get-started-using-javascript.html)