bitshares-js
bitshares-js copied to clipboard
(DEPRECATED) JavaScript tools for BitShares Encryption and Serialization
Results
2
bitshares-js issues
Sort by
recently updated
recently updated
newest added
Implement referral system without using cross-site JavaScript: ``` var BTSW = window.BTSW || {}; (function () { var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://faucet.bitshares.org/widgets/6/w.js?ref='+encodeURIComponent(document.referrer);...