Make address a link to blockcypher
Opened this issue · 3 comments
caffeinum commented
mvF1LyVR6yxFpEwmkeMVq3SBx2pX6mcFYV
https://live.blockcypher.com/btc-testnet/address/n274QqGLtTpbdKtJATCstFJs96tmT2V1qM/
<a href="#" id="recipient-address">recipient address</a>
JS:
document.querySelector("#recipient-address").href = "https://live.blockcypher.com/btc-testnet/address/" + address
document.querySelector("#recipient-address").innerText = address
ohld commented
What if the address will be not bitcoin? Not testnet?
ohld commented
How to distinguish bitcoin testnet and bitcoin mainnet?