https://github.com/near/near-wallet
Web wallet for NEAR Protocol which stores keys in browser's localStorage
https://github.com/near/near-wallet
blockchain ledger nearprotocol react wallet
Last synced: about 1 month ago
JSON representation
Web wallet for NEAR Protocol which stores keys in browser's localStorage
- Host: GitHub
- URL: https://github.com/near/near-wallet
- Owner: near
- License: mit
- Created: 2019-01-18T23:08:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T21:42:02.000Z (4 months ago)
- Last Synced: 2025-03-25T06:02:37.712Z (3 months ago)
- Topics: blockchain, ledger, nearprotocol, react, wallet
- Language: JavaScript
- Homepage: https://wallet.near.org
- Size: 35.2 MB
- Stars: 223
- Watchers: 33
- Forks: 175
- Open Issues: 244
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- best-of-crypto - GitHub - 27% open · ⏱️ 28.05.2024): (Smart Contract Platforms)
README
# NEAR Wallet
[](https://travis-ci.com/near/near-wallet)
[](https://gitpod.io/#https://github.com/near/near-wallet)This is in-browser web-based wallet for working with NEAR accounts. This wallet stores account keys in open text using the localStorage on user's machine.
WARNING: This wallet shouldn't be used as the only signer for high-value accounts. Make sure to use hardware wallet when substantial amount of NEAR tokens is involved.
## PACKAGES
### [e2e-tests](packages/e2e-tests)
Test suite for verifying core use cases and user flow are functional in the UI
### [frontend](packages/frontend)
Wallet frontend (React/Redux app).