XRPLF / xrpl-dev-portal

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

Deprecated Ripple API is used #1826

Closed tequdev closed 1 year ago

tequdev commented 1 year ago

The deprecated RippleAPI is used in the following locations; it is recommended to replace it with a library such as xrpl.js.

https://xrpl.org/send-a-check.html#example-checkcreate-preparation https://xrpl.org/look-up-checks-by-sender.html#example-request https://xrpl.org/look-up-checks-by-recipient.html#example-request

mDuo13 commented 1 year ago

duplicate of #1206