Implementing the login button
Login with NEARAdd the login functionality Plan We’re going to add a login button that uses near-api-js to login with NEAR. Below is the workflow of logging in: User clicks the login button near-api-js creates a private key in the browser A redirect to NEAR Wallet occurs, passing the public key. NEAR Wallet (often) has …