xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Update Escrow tutorials
The Escrow tutorials have examples in WebSocket, and in JS using ripple-lib 1.x, but they could really stand to be updated. Currently the JS example code is not even used directly in the pages.
- Update the example JavaScript to xrpl.js 2.x
- Add bits from the JavaScript examples into the tutorial pages, probably using the
{{ include_code() }}macro. - (Optional) Provide examples in other languages like Python. (This may be difficult depending on the availability of crypto-conditions libraries)
- (Optional) Make the tutorials interactive.