Skip to content

decentraland/vesting-dashboard

Repository files navigation

Logo

Vesting Dashboard

Decentraland's Vesting Dashboard

This web UI works with any MANA, DAI, USDC or USDT Vesting Contract

Desktop

desktop view

Mobile

mobile view

Running the project

First copy the .env.example file to .env using:

cp .env.example .env

and, in .env, change any variable you need.

Then:

npm install && npm start

You will have to provide the vesting contract's address in the url, like:

http://localhost:3000/#/0x92f08...6fb12

Deployment

Every commit to the master branch will deploy automatically to the dev (https://vesting.decentraland.zone) and staging https://vesting.decentraland.today) environments.

To deploy to prod, you will need to first create a Release and then run the rollout manually from this action. Input the version of the newly created release, select the org env and kick it 🚀