Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


Error Handling and Best Practices
Intro
Always handle the unexpected behaviour of your application, and fail gracefully.
Video
Topics covered
- Handling Unexpected user input.
- Handling Error Thrown by server.
- Using utils method of xrpl-accountlib library.
References
Final tip: Always check for any possible error in your application and fail meaningfully/gracefully.
← Previous
Next →