/faucet-bot

A test-token-giving bot frontend to the faucet.

Primary LanguageTypeScript

Faucet Bot

Environment Required

  1. nodejs
  2. redis

Start redis

cd $PROJECT_ROOT
docker-compose up

Edit config

Get access to config.toml and place it in project root (structure is slightly modified from forked config).

Start faucet

yarn
yarn dev