13 lines
358 B
Markdown
13 lines
358 B
Markdown
o run this Python Solana agent:
|
|
|
|
Install the required libraries:
|
|
|
|
~pip install flask solana dexscreener~
|
|
|
|
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 solana_agent.py~ |