gogo2/crypto/sol/readme.md
Dobromir Popov 6bfb0f3710 info
2024-10-02 17:56:13 +03:00

14 lines
403 B
Markdown

`Conda activate trade/crypto/py`
To run this Python Solana agent:
Install the required libraries:
`pip install flask solana dexscreener python-telegram-bot`
Replace REPLACE_WITH_WALLET_ADDRESS with the wallet address you want to follow.
Replace REPLACE_WITH_YOUR_WALLET_ADDRESS with your own wallet address.
Save the code in a file, e.g., solana_agent.py.
Run the Flask application:
`python app.py`