xpring-eng / XpringKit

XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
https://xrpl.org/
MIT License
26 stars 14 forks source link

[Do Not Merge] Provide debugging file #293

Closed keefertaylor closed 4 years ago

keefertaylor commented 4 years ago
$ open ./XpringKit/Common/Resources/index.html

Then:

Here's an example command:

> XpringCommonJS.XrpUtils.isValidAddress("keefer")
< false

Things not working? You probably need to make some changes in xpring-common-js and then run the rebundle script:

cd xpring-common-js && <make changes, pull a new commit, etc> && cd ..
./scripts/bundle-js.sh
<refresh chrome>

NOTE: If you ever commit this file it gets bundled inside the SDK which we probably don't want to do. You could commit it and use an exclude in project.yml or you can just merge this PR into branches when you want to debug.