Simple tool to swap GNO tokens to mGNO
Clone the repo:
git clone [email protected]:xdaichain/gno-mgno-converter-ui.git
Move into the project directory:
cd gno-mgno-converter-ui
Install project dependencies:
npm install
Create the required .env
file from the example provided in the repo:
cp .env.example .env
Run the app in development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm start