flightwallet/pay

Make address a link to blockcypher

Opened this issue · 3 comments

mvF1LyVR6yxFpEwmkeMVq3SBx2pX6mcFYV

image

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?

@ohld testnet addresses start from n,m,2. mainnet from 1,3