Skip to content
/ faucet Public

Self-hosted faucet web app for public and private testnets

License

Notifications You must be signed in to change notification settings

ApeWorX/faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A pre-packaged app and frontend for allowing users to obtain spare testnet tokens

Development

You need Python 3.10 and poetry installed to run this app. It is recommended to use a virtual environment.

$ poetry install  # Install dependencies
$ poetry run anvil  # starts anvil dev chain
$ poetry run start  # starts faucet bot