A Discord bot for distributing Zeitgeist tokens (ZBS on testnet) to users.
- Install dependencies:
yarn install- Configure environment:
cp .env.example .env
# Edit .env with your Discord bot token and wallet seed-
Update
test-config.tomlwith your Discord channel ID and bot token -
Run locally:
yarn start:testDeploy using the provided script:
sh ./scripts/run.sh testThis will:
- Copy any existing database to preserve rate limiting data
- Remove old containers
- Build the Docker image for testnet
- Start the faucet container
Monitor logs:
docker logs -f test-faucetStop the faucet:
docker stop test-faucet && docker rm test-faucet