@near-wallet/frontend
v0.1.3
Published
[![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/
Downloads
3
Readme
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.
Getting started
First ensure there is a value for the NEAR_WALLET_ENV
environment variable. This can be set in packages/frontend/.env
prior to bundling.
The set of valid values for NEAR_WALLET_ENV
are the JSON values defined in environments.json (e.g. NEAR_WALLET_ENV=development
).
To build locally, run this command in the project directory:
yarn && yarn start
Testing
To run tests:
yarn test
License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.