@payburner/payburner-payid-client
Version:
Client library for PayID
14 lines (12 loc) • 402 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.PayIDUtils();
payIDClient.newKey().then(function(key) {
alert(JSON.stringify(key.keystore, null, 2));
})
</script>
</footer>
</html>