ZFaucet is software to request zcash testnet funds.
A fully synced zcashd node is required with RPC access.
All configuration is done through environmental variables.
Copy the template file and edit the values.
cp .envtemplate .env
make build
docker build .
From the direcotry with the .env
file.
./zfaucet
From the direcotry with the .env
file.
docker build . -t zfaucet \
&& docker run --env-file ./.env --rm -ti -p 3000:3000 zfaucet