near-wallet icon indicating copy to clipboard operation
near-wallet copied to clipboard

Web wallet for NEAR Protocol which stores keys in browser's localStorage

Results 153 near-wallet issues
Sort by recently updated
recently updated
newest added

hey all! I'm curious how the mnemonics are stored inside of the near wallet, is it an iframe or some type of secure enclave? Would be great to understand how...

Display private key with qrcode to convenient the mobile wallet app to scan to import this near account. ![image](https://user-images.githubusercontent.com/25864116/182852642-f3981cce-a127-484b-a48f-3a2b40ee27b2.png)

## Problem There is a problem with managing addresses that are under regulations during sanctions, scams, and so on. #### What are we planning to do about it? Integrate the...

📨 Feature Request
💡Idea

**Problem** `RiscScoringForm.js` is not using styled checkbox **Expected Behavior** `RiscScoringForm.js` uses [`Checkbox.js`](https://github.com/near/near-wallet/blob/master/packages/frontend/src/components/common/Checkbox.js) component

Bug

The main idea is save the contract-helper from searching through the entire history of the blockchain. Each next request, we send the last timestamp, while accumulating data on the client....

**Problem** Hey I tried to run the wallet locally with `yarn start` and got an error when trying to import my account with mnemonics: `GET https://testnet-api.kitwallet.app/publicKey/ed25519:Dcpb...QzP6aZ/accounts` `404 not found`. I'm...

**Problem** I am running near wallet locally, connected to testnet config. After account creation, near balance in dollar is blank, I can't send near token. ![Screenshot from 2022-07-21 21-29-37](https://user-images.githubusercontent.com/107669916/180261742-9009759a-4028-4eee-bf01-06366a7d6be9.png) **Expected...

This PR implements issue described in #2403

Fixes https://github.com/near/near-wallet/issues/2755 The constant also comes in from `process.env` found [here](https://github.com/near/near-wallet/blob/bb8128e2e3157b8f29226adde5f323b161d28a04/packages/frontend/src/config/configFromEnvironment.js#L45) and I'm not sure what to do about that.

I'm currently working on the [linkdrop proxy](https://github.com/near-examples/linkdrop-proxy) contract which allows for NFTs, FTs, and arbitrary function calls to be executed upon claiming a linkdrop. Currently, 100 TGas is being attached...