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.
coinstorge/README.md
2025-05-31 22:32:19 +03:00

51 lines
No EOL
1.5 KiB
Markdown

<img style="width: 128px; height: 128px" src="website/static/favicon.svg" /><h1 style="font-size: 48px"><a href="https://rugplay.com">Rugplay.com</a> - the fake crypto simulator.</h1>
[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
![Preview 2](github_assets/preview2.png)
![Preview](github_assets/preview.png)
## 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.