You can access a live version at dtp-leftovers.netlify.app.
Trash Panda Leftovers is a community built tool which shows you the probability of minting any of the 'leftover' Degenerate Trash Panda in the collection that have yet to be minted.
- Automatically pull & update new mints from the blockchain
- Clean up code
The entire app is open source, so you can deploy locally and it should just work. Follow these steps:
npm install
npm run serve
npm run build
npm run lint