A simple UI for the Recall Faucet
The faucet UI is a simple interface that interacts with a deployed Faucet contract, which drips testnet funds to users.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
The available scripts include:
dev: Run the development serverbuild: Build the production applicationstart: Start the production applicationlint: Run the linter
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT OR Apache-2.0, © 2025 Recall Contributors