Meir
Meir
Same happens with meta mask. Would be great if we can connect automatically after user connects their wallet for the first time. This should be possible, on sites like Uniswap...
+1 had to do this manually with web 3 it was a pain
the code here is just regex to find emails var body = $("body").html(); if (body) { (body.match(/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+)/gi) || []).forEach(function(email){ if (callback) callback(result.options.uri,email); }); } If you dont need the database...