I am working on a simple website where people can check their bitcoin address for an altcoin balance. I currently have it working for Bitcoin cash, Gold, Bitcore and Byteball.
Is there any way to find out if a bitcoin address contains Clams? I guess I could check the bitcoin blockchain if an address contained bitcoin at block 300377, but I haven't found a way to confirm that the claims have not been claimed. Any suggestions?
The website is at
btcdiv.comI think it is:
1 convert the BTC address to hex
2 convert the hex value found in step 1 to a CLAM address
3 look up the CLAM address found in step 2 in the CLAM block explorer to see if it still has CLAM
Correct me if I am wrong.