Decentraland's Vesting Dashboard
This web UI works with any MANA, DAI, USDC or USDT Vesting Contract
First copy the .env.example file to .env using:
cp .env.example .envand, in .env, change any variable you need.
Then:
npm install && npm startYou will have to provide the vesting contract's address in the url, like:
http://localhost:3000/#/0x92f08...6fb12
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 ๐


