Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.03 KB

Netlify Status

You can access a live version at dtp-leftovers.netlify.app.

Trash Panda Leftovers 🗑️🦝

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.


ToDo

  • Automatically pull & update new mints from the blockchain
  • Clean up code

Deploy your own version

The entire app is open source, so you can deploy locally and it should just work. Follow these steps:

Install the dependencies: 📦

npm install

Compiles and hot-reloads for development 🧪

npm run serve

Compiles and minifies for production 🚀

npm run build

Lints and fixes files 💊

npm run lint