In all of the ways to getNewAddress() we have to call an iri node (reference).
But using the seed it is a deterministic algorith, why do I have to use and http request to do that?
How do I generate an IOTA address from a given seed in Javascript without making an HTTP(s) requst?
Like when I make a digest, I have to use
– Tsangares Jun 14 '18 at 04:50iota.multisig.getDigestwherevar iota = new IOTA({'provider': 'https://site.tld:443'})?