We are trying to use the sandbox to test out some functions. I get no response when I ping http://sandbox.iotatoken.com/api/v1/.
This does not work:
var iota = new IOTA({
'provider': 'http://sandbox.iotatoken.com/api/v1/',
'sandbox': true,
'token': '162e807b-97d5-4ef6-a500-03706d859736'
});
We are new at this. Is there a different sandbox address? Is there a problem with the DNS and is there an IP address we could use? Are we misunderstanding how to use the sandbox API?