Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 631 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 631 Bytes

Solana faucet Discord bot

Easily fund your SOL wallet on devnet/testnet with this Discord wallet!

Instructions to host it locally or on any other virtual machine

  1. clone the repo

    git clone https://github.com/Vampo7152/faucet.git
  2. install dependencies

    cd faucet
    npm install
  3. copy env.example to .env and add the required fields in directed way

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

    npm run dev
  5. Finally deploy on Railway.app