Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.36 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.36 KB

Solana New Pools

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.

Working Demo

Running App

  1. Fork https://github.com/debugtitan/new-pool-solana.git repository into your own namespace such as yourusername/new-pool-solana.

  2. 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
  • 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

Tasks

  • codebase setup
  • cross language integration
  • web3 implementation
  • event listener
  • telegram bot integration
  • app testing