@payburner/payburner-payid-client
Version:
Client library for PayID
16 lines (14 loc) • 587 B
HTML
<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>