XRPLF / xrpl-dev-portal

Source code for xrpl.org including developer documentation
https://xrpl.org
Other
525 stars 1.01k forks source link

Update Payment Channels tutorial #1055

Open mDuo13 opened 3 years ago

mDuo13 commented 3 years ago

The "Use Payment Channels" tutorial is a bit long and kind of vague. Updates to the tutorial would be useful:

dangell7 commented 2 years ago

Test Code Samples for signing/verifying claim.

I had a lot of trouble finding this at first as the first example on the tutorial is send seed to server and I didn't want to do that.

JS: https://github.com/XRPLF/xrpl.js/blob/53d01d8a6a967565f5b1041aabd81042ab9f36fc/packages/ripple-binary-codec/test/signing-data-encoding.test.js#L112

PY: https://github.com/XRPLF/xrpl-py/blob/ae6eac89d55a8db6b26a0189749b8c4b83d00d88/tests/unit/core/binarycodec/test_main.py#L393