Skip to content

YogPanjarale/solana-faucet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published