Skip to content

debugtitan/new-pool-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published