Axie Infinity Sniper GUI #axieinfinity

ko-fi

This project helps you collect data from axie.zone about the top 100 players, and match their most used axies against the marketplace in realtime, matches that are found are then stored in Firebase Firestore. This repo contains only the GUI to display the data. Please follow the bot setup instructions below, or visit the bot's repo here.

Example:

IMAGE ALT TEXT HERE

Installation

Bot Video Tutorial

IMAGE ALT TEXT HERE

Instructions

  1. Setup & run the bot, follow all optional steps for the GUI to work - instructions here

  2. Clone this repo

  3. Run command from project directory

cd web
  1. Install dependancies
npm install
  1. Obtain Firebase Web App config by going to Firebase Dashboard, selecting your project (created during the bot setup), and clicking on "Add App".

  2. In ./src/helpers/firHelpers.js, add your firebase config on line 10.

  3. Run the web app

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT