RugplayLite is a lightweight view-only version of FaceDev's Rugplay. RugplayLite allows you to view all coin data without the long loading times with faster speeds. You can even run Rugplay Lite locally (check the Development Setup instructions below)! View coins, search for coins, and view all time coin data faster than ever with RugplayLite! Know your risks with the rugpull chance feature!
- View the top coins
- Search through coins
- View the coin data with a line graph
- Includes the chance of the creator rugpulling (algorithm)
- Fast and snappy
- On-device AI market summary
- Ensure that you have node.js and npm installed
- Ensure that Python and pip are installed
- Clone the repository using Git
git clone https://github.com/ingStudiosOfficial/rugplaylite.gitor your preferred method - Modify the .env file in the root directory to include your Rugplay API key, your development localhost port, and your run mode (check Run Mode Options)
- Run
npm installto install all the node.js dependencies - Run
pip install -r requirements.txtto install all the Python dependencies
- In your terminal, change the directory from the root to the server directory by running
cd server - Run the project by executing
node server.js - When prompted for API key, enter
devlocalin the prompt if your are running locally with your API key stored in the .env storage
Feel free to make modifications to the code, but remember to give credits with the link to this repository!
Local: Add your API key to your .env file if running locally and enter devlocal when prompted for your API key on the client side
Deployed: Remove your API key from your .env file and enter your API key when prompted on the client side
©2025 (ing) Studios Web Labs