Virtual cryptocurrency simulator based on Rugplay
This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-05-31 22:32:19 +03:00
github_assets fix readme 2025-05-31 22:32:19 +03:00
website Reapply "feat: implement auto-pump mechanism to prevent pool drainage" 2025-05-31 20:49:39 +03:00
.dockerignore quick production test script 2025-05-30 12:24:21 +03:00
.gitattributes Initial commit 2025-05-20 18:36:36 +03:00
.gitignore feat: AI-powered prediction market (Hopium) 2025-05-28 16:44:30 +03:00
build.sh quick production test script 2025-05-30 12:24:21 +03:00
docker-compose.yml quick production test script 2025-05-30 12:24:21 +03:00
Dockerfile Update Dockerfile 2025-05-30 15:53:53 +03:00
drop.sql feat: add username availability check API endpoint 2025-05-23 16:26:02 +03:00
LICENSE license 2025-05-20 18:37:10 +03:00
README.md fix readme 2025-05-31 22:32:19 +03:00

Rugplay.com - the fake crypto simulator.

Privacy Policy | Terms of Service | License | YouTube video

About

Rugplay is a realistic cryptocurrency trading simulator that lets you experience the risks and mechanics of decentralized exchanges without real financial consequences. Create coins, trade with liquidity pools, and learn about "rug pulls" in a... relatively safe environment :)

Features

  • 🪙 Create coins
  • 🟢 Buy coins
  • 🔴 Sell coins
  • ⚖️ Bet on questions (similar to Polymarket)
  • 🎲 Gamble it all
  • 📊 View a Treemap graph of the entire market
  • 🏆 Compete on leaderboards

Preview 2 Preview

Setup

  1. Copy the environment file:

    cp website/.env.example website/.env
    
  2. Edit website/.env with your actual values.

  3. Start with Docker (recommended):

    ./build.sh
    
  4. The app will be available at http://localhost:3002

Development

cd website
npm install
npm run dev

The development server runs on http://localhost:5173

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). See the LICENSE file for details.