Installation & Setup¶
Basic Installation¶
Warning
There are documented issues using playwright sync within asyncio loop on Windows. It's recommended to use Linux or MacOS. See Playwright Issue #462
Environment Setup¶
- Create
.env
file and fill in your API keys:
These values are optional depending on agent config. For example, BSC_PRIVATE_KEY is needed if you want the agent to trade with its own wallet.
System Requirements¶
- Python 3.8+
- Linux or MacOS recommended
- pip (Python package installer)
For Contributors¶
Clone the repo:
Navigate to the repo:
Create environment file:
Fill in your API keys as described above