This repo contains the faucet for Etherlink testnet. You can find more information here and the documentation here.
First, install the dependencies:
npm install
Then, you need to create a .env
file following the .env.example
. You will need a Thirdweb client id, you can create one here.
You can run the faucet locally with:
npm run dev