UNPKG

@payburner/payburner-payid-client

Version:
16 lines (14 loc) 587 B
<html> <footer> <script src="https://unpkg.com/axios@0.19.2/dist/axios.js"></script> <script src="../dist/index.bundle.js"></script> <script> const payIDClient = new Payburner.PayIDClient(true); payIDClient.resolvePayID('LaSourceAfrique$payburner.com').then(function (resolvedPayID) { const address = payIDClient.seekAddressOfType(resolvedPayID, new Payburner.PayIDAddressTypes().XRPL_MAINNET); alert(JSON.stringify(address)); }) </script> </footer> </html>