Skip to content

ncomerci/vesting-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 🚀

About

📈 Decentraland's vesting dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • CSS 12.4%
  • HTML 1.8%
  • Shell 0.4%