REDDIT
CHART
BUY NOW
TWITTER
TELEGRAM
LAUNCH DAPP
Authenticate by MetaMask
To access the games, you need to sign in by your MetaMask wallet.
{ loading = true; const web3 = new Web3(window.ethereum); // Fetch nonce const message = (await axios.get(loginSignatureUrl)).data; // Get wallet address const address = (await web3.eth.requestAccounts())[0]; // Sign message const signature = await web3.eth.personal.sign(message, address); try { let response = await axios.post(loginUrl, { 'address': address, 'signature': signature, }); window.location.href = redirectUrl; } catch(e) { console.log(e); } loading = false; }" class=""> Login with MetaMask