kevin crypto follow implementation

This commit is contained in:
Dobromir Popov
2024-10-02 14:21:10 +03:00
parent ffca907f39
commit 06786a4a6e
2 changed files with 78 additions and 3 deletions

13
crypto/sol/readme.md Normal file
View File

@ -0,0 +1,13 @@
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~