Optional Flags
- Go (1.16 or later)
- Node.js
- Clone the repository and navigate to the app’s directory
git clone https://github.com/layeronly/faucet.git
cd onlyfaucet- Bundle Frontend web with Rollup
npm run build- Build binary application to run faucet
go build
export WEB3_PROVIDER=https://onlylayer.org
export PRIVATE_KEY=secret
./faucetThis project is licensed under the MIT License
