mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-15 20:08:05 +00:00
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# 📊 polymarket-dev
|
|||
|
|
|
||
|
|
> Polymarket Data Analysis and Visualization Practical Experience
|
||
|
|
|
||
|
|
## Project Background
|
||
|
|
|
||
|
|
Collection, analysis, and visualization of Polymarket prediction market data, including K-line chart ASCII rendering, glue code development, etc.
|
||
|
|
|
||
|
|
## Document List
|
||
|
|
|
||
|
|
| File | Description |
|
||
|
|
|:---|:---|
|
||
|
|
| [ascii-visualization-prompt.md](./ascii-visualization-prompt.md) | Prompt for drawing K-line charts with ASCII characters |
|
||
|
|
| [prompt-system-bazi-kline.md](./prompt-system-bazi-kline.md) | System prompt: K-line analysis |
|
||
|
|
| [prompt-user-bazi-kline.md](./prompt-user-bazi-kline.md) | User prompt: K-line analysis |
|
||
|
|
| [glue-development-requirements-prompt.md](./glue-development-requirements-prompt.md) | Glue code development specification prompt |
|
||
|
|
| [integrity-check-prompt.md](./integrity-check-prompt.md) | Code integrity check prompt |
|
||
|
|
| [review-prompt.md](./review-prompt.md) | Code review prompt |
|
||
|
|
| [problem-description-prompt.md](./problem-description-prompt.md) | Problem description template prompt |
|
||
|
|
|
||
|
|
## Tech Stack
|
||
|
|
|
||
|
|
- Python
|
||
|
|
- Polymarket API
|
||
|
|
- ASCII Visualization
|