store transacrtions for replay

This commit is contained in:
Dobromir Popov
2024-10-04 13:09:32 +03:00
parent a901697ccb
commit c952edb363
3 changed files with 96 additions and 77 deletions

View File

@ -4,6 +4,7 @@ To run this Python Solana agent:
Install the required libraries:
`pip install flask solana dexscreener python-telegram-bot asyncio base58 aiohttp`
pip install flask dexscreener python-telegram-bot aiohttp requests dotenv websockets solders solana
Replace REPLACE_WITH_WALLET_ADDRESS with the wallet address you want to follow.
Replace REPLACE_WITH_YOUR_WALLET_ADDRESS with your own wallet address.