A Next.js application for claiming sFUEL tokens across multiple SKALE chains.
Create a .env.local file in the project root with the following variables:
ARCJET_KEY- Your Arcjet site key (get from https://app.arcjet.com). Required for bot protection and rate limiting.
From your terminal:
pnpm devThis starts your app in development mode with Turbopack.
First, build your app for production:
pnpm buildThen run the app in production mode:
pnpm start