Simple tool to deposit tokens to the Gitshock Beacon Chain
Clone the repo:
git clone [email protected]:gitshock-labs/gtfx-deposit-ui.git
Move into the project directory:
cd gtfx-deposit-ui
Install project dependencies:
npm install
Sample .env file is located in the root for the supported networks:
Create the required .env
file from the example provided in the repo, change NETWORK
with the desired one:
cp .env.NETWORK .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