This template project demonstrates how to implement a simple token faucet and expose it with a Web UI using Next.js.
npm install
# In this case devnet
npx @alephium/cli deploy -n devnet
This will compile and deploy the token faucet contracts to all of the 4 groups on devnet.
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the token faucet application.
Download the Alephium Extension Wallet to interact with the application.