This is a browser-based web wallet for working with NEAR accounts. It allows you to exchange NEAR for USN and vice versa.
First, set the REACT_APP_NEAR_ENV environment variable to the network you want to work on. This can be set in .env prior to build.
Possible options: testnet or mainnet
To build locally, run this command in the project directory:
npm install
npm run start
or
yarn install
yarn start
