Groundbreaking Solana Liquidity Pool Watcher script, your ultimate companion for staying ahead in the decentralized finance (DeFi) landscape! Seamlessly integrated into the Solana blockchain ecosystem, this script tirelessly monitors the creation of new liquidity pools in real-time, ensuring you never miss a beat in the vibrant world of DeFi opportunities.
-
Fork
https://github.com/debugtitan/new-pool-solana.git
repository into your own namespace such asyourusername/new-pool-solana
. -
Clone your project locally:
git clone https://github.com/debugtitan/new-pool-solana.git
cd new-pool-solana
-
Run JavaScript App
- move to JavaScript dir
-
cd pools_js
-
- install dependacies
npm i
- setup required env
- start app locally
npm run dev
- move to JavaScript dir
-
Run Python App
- redirect to Python dir
-
cd pools_py
-
- create your virtual environment
- launch your virtual environment
- install packages
-
pip install -r requirements.txt
-
- start app
python app.py
- redirect to Python dir
- codebase setup
- cross language integration
- web3 implementation
- event listener
- telegram bot integration
- app testing