Skip to content

SAMAD101/discord_clmm_sol_usdc

Repository files navigation

discord_clmm_sol_usdc

Discord Bot for Liquidity management in the SOL-USDC CLMM pool on Raydium.

Setup

  1. Clone the repository
git clone https://github.com/asamadans/discord_clmm_sol_usdc.git
  1. Install dependencies
yarn install
  1. Create a .env file in the root of the project and add the following variables:
# database
DATABASE_USER=
DATABASE_PASSWORK=
DATABASE_NAME=
DATABASE_URL=

# solana
RPC_ENDPOINT=

# redis
REDIS_HOST=
REDIS_PORT=

# discord
BOT_CLIENT_ID=
DISCORD_TOKEN=
DISCORD_CHANNEL_WEBHOOK=

WALLET_SECRET_KEY=
  1. Run the docker containers
docker compose up -d
  1. Run the bot
yarn run dev

About

Discord Bot for Liquidity management in the SOL-USDC CLMM pool on Raydium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published