The fast, native Sepolia Testnet faucet to kickstart your journey in the Kakarot ecosystem.
checkout the current deployment ✨ faucet ✨
faucet gets you test tokens to build apps on the Kakarot Testnet!
app/page.tsx-> using next's app router, this is our home pageapp/globals.css-> base for tailwind + shared stylescomponents/-> hosts all shared elements +/ui/is base for@shadcncomponentspublic/assets-> all shared assets,.svgpreferred.env.example-> create your own.envfile following the structure here
git clone https://github.com/kkrt-labs/faucet-frontend
cd faucet-frontend && npm i
npm run dev
# alternatively, yarn && yarn dev -> installs packages + starts server at port 3000!made at kkrt labs 🥕✌️