Meta𝓶ask Login

MetaMask injects a global API into websites visited by its users at window.ethereum . This API allows websites to request users' Ethereum accounts, read data from blockchains the user is connected to,

Click on Dashboard. You will see your dashboard with all the data (none in the beginning): Now, you have to add your code to authenticate the user to, later on, be added to the database. To make this work, you have to import a few scripts to your code. The following will show you two of the scripts you need.

Last updated