Interacting with XRP Ledger using JSON-RPC
Interacting with XRP Ledger using JSON-RPC

Interacting with XRP Ledger using JSON-RPC

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

  • JSON-RPC v/s WebSocket
  • JSON-RPC
  • Google App Script
  • axios
💡
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

Connect to XRPL

  • Interacting with XRP Ledger using JSON-RPC
  • Intro
  • Video
  • Topics covered
  • References
💠
https://xrpl-labs.com

Footer Social Icons

© XRPL Labs - https://xrpl-labs.com