mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-17 17:28:05 +00:00
docs: add cursor rules
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Trading Logic Guide
|
||||
|
||||
- [trader.py](mdc:src/trading/trader.py) is the main entry point for trading operations, orchestrating buy and sell actions.
|
||||
- [buyer.py](mdc:src/trading/buyer.py) implements logic for buying assets.
|
||||
- [seller.py](mdc:src/trading/seller.py) implements logic for selling assets.
|
||||
- [position.py](mdc:src/trading/position.py) manages trading positions.
|
||||
- [base.py](mdc:src/trading/base.py) provides base classes and shared abstractions for trading components.
|
||||
description:
|
||||
globs:
|
||||
alwaysApply: false
|
||||
---
|
||||
Reference in New Issue
Block a user