1. A text field Like:
Enter Address: _______________ _____
2. On clicking submit, you should show a value computed by a logic below.
3. Logic:
Make a http call to an url of this format:
http://blockchain.info/q/addressbalance/<address>
Where <address> is the value given above in the text field.
4. The output of the above http call should be zero.
Some sample address are given below:
1933phfhK3ZgFQN LGSDXvqCn32k2bu XY8a will return like 20000
1FeexV6bAHb8ybZ jqQMjJrcCrHGW9s b6uF will return like 7995705650837
1NibBDZPvJCm568 CZMnJUBJoPyUhW7 aSag will return 0
HOW TO WRITE CODE FOR THIS??
Enter Address: _______________ _____
2. On clicking submit, you should show a value computed by a logic below.
3. Logic:
Make a http call to an url of this format:
http://blockchain.info/q/addressbalance/<address>
Where <address> is the value given above in the text field.
4. The output of the above http call should be zero.
Some sample address are given below:
1933phfhK3ZgFQN LGSDXvqCn32k2bu XY8a will return like 20000
1FeexV6bAHb8ybZ jqQMjJrcCrHGW9s b6uF will return like 7995705650837
1NibBDZPvJCm568 CZMnJUBJoPyUhW7 aSag will return 0
HOW TO WRITE CODE FOR THIS??
Comment