Skip to content

kmanish1/galactic_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galactic - Solana SPL-Token Trading Bot for Discord

A powerful and secure Solana-based trading bot for Discord, enabling real-time SPL-token trading, secure transactions, and portfolio management.

🚀 Features

  • Real-time Trading: Trade SPL tokens directly from Discord.
  • Secure Transactions: Transactions are processed securely on the Solana blockchain.
  • Portfolio Management: Track and manage your SPL-token holdings.
  • User-friendly Commands: Simple commands for trading, checking balances, and more.
  • Optimized for Discord: Uses Discord.js for seamless integration.
  • Powered by Privy: Ensures fast and reliable swapping functionality.

🛠️ Tech Stack

  • Solana: For blockchain transactions
  • Discord.js: To build the bot and handle user interactions
  • Privy API: For executing swaps
  • Node.js: Backend development
  • MongoDB: For user data storage

📦 Installation

Prerequisites

  • Node.js (v16+)
  • Yarn or npm
  • A Solana wallet
  • A Discord bot token

Steps

  1. Clone the repository:
    git clone https://github.com/kmanish1/galactic_bot.git
    cd galactic
  2. Install dependencies:
    npm install  
    # or
    yarn install
  3. Set up environment variables: Create a .env file and add:
    DISCORD_BOT_TOKEN=your_discord_bot_token
    DISCORD_CLIENT_ID=your_discord_client_id
    DATABASE_URL=your_database_url
  4. Start the bot:
    npm start  
    # or
    yarn start

📜 Usage

Commands

Command Description
/login Create or retrive your solana wallet
/swap Swap tokens
/transfer Transfer sol to another wallet
/wallet Get wallet and portfolio details

🤝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

📞 Contact

For questions or support, reach out via:

About

Solana SPL token trading discord bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors