Sign in Applications in Ethereum
Sign In
// Sender will show a popup dialog to ask user to authorize your dApp
// This method will give you an accounts array which is from Sender wallet extension.
// window.sender.ethereum.isConnected will be true.
await window.sender.ethereum.requestAccounts(); Disconnect
window.sender.ethereum._handleDisconnect(); // trueLast updated