Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


Assignment Solution
Intro
Solving critical and common problems which all XRP Ledger applications will face.
Video
Topics covered
- Validating all the user inputs.
- Deriving public key from all formates of secret keys.
- Check if the user is trying to send more XRP than present in his/her balance.
- Difference between Spendable balance and Total balance.
- Error handling.
Final tip: Always validate user inputs and check for potential bugs and handle it.
← Previous
Next →