1 <script> 2 var tipButton = document.querySelector('.tip-button'); 3 tipButton.addEventListener('click', function() { 4 if (typeof web3 === 'undefined') { 5 return alert('You need to install MetaMask to use this feature.') 6 } 7 var user_address = web3.eth.accounts[0]; 8 if (typeof user_address === 'undefined') { 9 return alert('You need to log in MetaMa...
What A Update
Get latest updates news, movies, sports, Technology, Android, How to...and more