Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 541 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 541 Bytes

USN ⇄ NEAR Swap

usn swap


This is a browser-based web wallet for working with NEAR accounts. It allows you to exchange NEAR for USN and vice versa.

Getting started


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