Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 859 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 859 Bytes

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