The purpose of this repository is to create a simple website that has the ability to detect and notify users of collections on Magic Eden that have raising floor prices!
Currently, it just pulls in collections where the current floor price is higher than the previous day's floor price based on the API that Magic Eden uses.
The future goals are:
Live Deployment: https://solanafloortracker.netlify.app/
To open the front end, just double click on the index.html
file to open it in your browser.
To run the API for updating the prices in the background:
Create a .env
file and add the missing api keys, that you can get from the author of this project.
Install dependencies with:
$ npm i
start the server with:
$ npm run start
(this section needs fleshed out)