near-wallet
near-wallet copied to clipboard
Web wallet for NEAR Protocol which stores keys in browser's localStorage
Issue and solution described here: https://github.com/near/near-wallet/pull/2544#discussion_r834952624
Part of the #2553 We want to refactor `tokens` reducer into two separate reducers: - one that will hold only account-related data - the second one, that will holds tokens...
Please consider adding pricing to the wallet for all Whitelisted tokens on Ref Finance. `near view v2.ref-finance.near get_whitelisted_tokens` View call: v2.ref-finance.near.get_whitelisted_tokens() [ 'wrap.near', 'a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.factory.bridge.near', 'dac17f958d2ee523a2206206994597c13d831ec7.factory.bridge.near', '6b175474e89094c44da98b954eedeac495271d0f.factory.bridge.near', 'c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.factory.bridge.near', '111111111117dc0aa78b770fa6a738034120c302.factory.bridge.near', 'c944e90c64b2c07662a292be6244bdf05cda44a7.factory.bridge.near', 'token.skyward.near',...
Wallet users shouldn't have to have a minimum amount of NEAR to use 2FA. Higher security should be accessible to everyone.
Please add "dark theme" with automatic trigger based on user's choice.
Add manual to readme how to launch, contribute, etc...
@stefanopepe @esaminu @agileurbanite
This branch was created for discussing and fixing the APY for farming validators. Acceptance criteria: - [ ] Issue found - [ ] Issue solved @stefanopepe @esaminu
WAL-110 - Lock / Unlock components and workflows for encrypting accessing local storage private key
In this PR: - Implements idle timer for wallet - Implements set /change password UI - Implements timeout modal - Implements Browser password settings - Implements wallet unlock UI -...
**Problem** I followed this guide: https://docs.near.org/docs/tools/kurtosis-localnet But I did the setup on a separate Linux machine that is connected to my local network. The problem is that the UI opens...