Post
Topic
Board Service Discussion
Re: Directory.io - Now with balances!
by
Jude Austin
on 03/04/2015, 00:40:59 UTC
Hello,

I made a clone of Directory.io but I added the ability to show the balance of the addresses when CORS is enabled in Chrome;

http://btcdirectory.azurewebsites.net/


I think it would have been more fun if it were done without CORS, i.e. if balances were available just beside the addresses. Though I am not sure if that's technically possible.

I could do it if I installed an insight server locally.

The reason I went with CORS is so that my server isn't constantly querying blockchain.info, which would lead to time outs.

Using CORS, everyone would get their own connection to blockchain.info so when one person got timed out it doesn't affect everyone else.