mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-23 15:10:18 +00:00
Adds a TypeScript equivalent of the 'Get Started Using JavaScript' tutorial, with runnable Node.js and Web code samples using xrpl.js. From the issue it covers the TypeScript specific asks: - Setting up a TypeScript project (typescript dep, tsconfig.json, compile and run steps). - Using xrpl.js's built-in types to build a transaction from input values and validate it (typed Payment + xrpToDrops + validate()). Closes #1208
13 lines
524 B
Markdown
13 lines
524 B
Markdown
# Introductory Code Samples
|
|
|
|
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)
|
|
- [TypeScript](https://xrpl.org/docs/tutorials/get-started/get-started-typescript)
|
|
- [PHP](https://xrpl.org/get-started-using-php.html)
|
|
- [Go](https://xrpl.org/get-started-using-go.html)
|