Skip to content

Latest commit

History

History
19 lines (13 loc) 路 512 Bytes

File metadata and controls

19 lines (13 loc) 路 512 Bytes

Etherlink Faucet

This repo contains the faucet for Etherlink testnet. You can find more information here and the documentation here.

Setup

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.

Run locally

You can run the faucet locally with:

npm run dev