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.
run yarn
on the root folder
than at ./packages/frontend
run yarn && NEAR_WALLET_ENV=testnet yarn start
Test suite for verifying core use cases and user flow are functional in the UI
Wallet frontend (React/Redux app).