Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


Connecting and Interacting with XRP Ledger: account_info
Intro
Connect to XRP Ledger and fetch the account information.
Video
Topics covered
- Connecting your script to different networks on XRPL.
- async await method to call rippled methods.
- Fetching account information using account_info method.
- Accept user input from command prompt.
- Check the validity of the rAddress input by the user.
References
Final tip: All public API methods can be accessed without using account secret, and by just using the rAddress.
← Previous
Next →