Simple tool to deposit tokens to the Gnosis Beacon Chain
Clone the repo:
git clone git@github.com:gnosischain/gbc-deposit-ui.git
Move into the project directory:
cd gbc-deposit-ui
Install project dependencies:
npm install
Sample .env file is located in the root for the supported networks.
Create the required .env
file:
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