YogPanjarale / solana-faucet-bot

Faucet Bot for Solana blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana faucet Discord bot

Discord bot on Solana Blockchain as faucet. Easily fund your SOL account on devnet/testnet.

Instruction on how to host on AWS EC2 or any other virtual machine

  1. clone the repo

    git clone https://github.com/YogPanjarale/solana-faucet-bot.git
  2. install dependencies

    cd solana-faucet-bot
    npm install
  3. copy env.example to .env / or you can set system environment variables image

    cp .env.example .env
  4. run the bot

    cd solana-faucet-bot // optional 
    npm run dev

-- Note make sure to check this intents for the bot image

About

Faucet Bot for Solana blockchain


Languages

Language:TypeScript 98.6%Language:Shell 1.4%