Source code for https://faucet.egorfine.com.
cd frontend/
npm install
npm run dev
cd backend
npm install
cp .env_example .env
Edit backend/.env
. Make sure to put the private key of the faucet address. ThenL
cd backend
npm run dev
Ropsten testnet faucet frontend and backend
Source code for https://faucet.egorfine.com.
cd frontend/
npm install
npm run dev
cd backend
npm install
cp .env_example .env
Edit backend/.env
. Make sure to put the private key of the faucet address. ThenL
cd backend
npm run dev