https://github.com/outpoot/rugplay
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, bet on prediction questions, gamble it all, and climb the leaderboards!
https://github.com/outpoot/rugplay
crypto facedev rugplay rugpull tradingview
Last synced: 4 months ago
JSON representation
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, bet on prediction questions, gamble it all, and climb the leaderboards!
- Host: GitHub
- URL: https://github.com/outpoot/rugplay
- Owner: outpoot
- License: other
- Created: 2025-05-20T15:35:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-08T19:15:12.000Z (4 months ago)
- Last Synced: 2025-06-08T19:26:16.256Z (4 months ago)
- Topics: crypto, facedev, rugplay, rugpull, tradingview
- Language: Svelte
- Homepage: https://rugplay.com
- Size: 7.4 MB
- Stars: 50
- Watchers: 0
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rugplay.com - the fake crypto simulator.[Privacy Policy](https://rugplay.com/legal/privacy) | [Terms of Service](https://rugplay.com/legal/terms) | [License](LICENSE) | [YouTube video](https://rugplay.com)
## 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
## Setup
1. Copy the environment file:
```bash
cp website/.env.example website/.env
```2. Edit `website/.env` with your actual values.
3. Start with Docker (recommended):
```bash
./build.sh
```4. The app will be available at http://localhost:3002
## Development
```bash
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](LICENSE) file for details.