Skip to content

ramacarlucho/faucet-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guide

Set Environment variables


RECAPTCHA_SECRET = [RECAPTCHA_SECRET_KEY]
EVMOS_FAUCET_SEED = [FAUCET WALLET SEED]```

[OPTIONAL]
FAUCET_REQUEST_TIME_LIMIT = [TIME BETWEEN REQUESTS IN SECONDS | DEFAULT 86400] 

The backend needs a redis-server to check the time request limit

redis-server

Create virtual env and run

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python api.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages