Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T20:02:45.000Z (about 2 months ago)
- Last Synced: 2024-11-13T21:17:56.995Z (about 2 months ago)
- Topics: blockchain, ledger, nearprotocol, react, wallet
- Language: JavaScript
- Homepage: https://wallet.near.org
- Size: 34.8 MB
- Stars: 220
- Watchers: 35
- Forks: 176
- Open Issues: 247
-
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
[![Build Status](https://travis-ci.com/near/near-wallet.svg?branch=master)](https://travis-ci.com/near/near-wallet)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](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).