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@shadcn
componentspublic/assets
-> all shared assets,.svg
preffered.env.example
-> create your own.env
file following the structure here
git clone https://github.com/kkrt-labs/faucet-frontend
cd faucet-frontend && npm i
npm run dev
# aleternatively, yarn && yarn dev -> installs packages + starts server at port 3000!
made at kkrt labs 🥕✌️