What is NEAR Wallet?
NEAR Wallet is an in-browser, web-based wallet for creating and interacting with NEAR accounts. This wallet stores account keys in the browser's localStorage

When users are redirected back to your app, they can find in LocalStorage a copy of the private keys giving your app FunctionCall access to their account.
In Chrome Developer Tools:
- Open LocalStorage in the Application tab
- Storage key name will be something like near-api-js:keystore:ACCOUNT:default
- Storage value will be the account private key
- And using the code snippets presented on #4, keys are accessible at this path
Quiz
Answer the questions to check your understanding.
This lesson includes a short quiz.
Lesson discussion
Swap insights and ask questions about NEAR Developer Course
Be the first to start the discussion
Ask a question or share your thoughts about this lesson.