Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


Interacting with XRP Ledger using JSON-RPC
Intro
Access Public API Methods using JSON-RPC (Remote Procedure Call) instead of websocket.
Video
Topics covered
- Using AXIOS to access JSON-RPC.
- Taking input from the user.
References
Final tip: JSON-RPC can be very helpful when you don’t need a continuous connection to the server. Instead of connecting to the websocket, fetching the data and then closing the connection immediately, you can simply use JSON-RPC in such cases.
← Previous
Next →