A variant of Nexth boilerplate for hackathons and quick prototyping.
View the live demo.
- Next.js
- Chakra UI
- Ethers v6
- viem
- wagmi
- Web3Modal SDK from WalletConnect
- Sign-In with Ethereum
- Gitcoin Passport
- usehooks-ts
- next-SEO
- TypeScript
- eslint
- prettier
- Husky
pnpm install
Create a .env
on the model of .env.template
:
cp .env.template .env
Add your own keys in your .env
file, then:
pnpm dev
pnpm build
You can get a handful of Testnet AA, the native currency of Arthera at https://faucet.arthera.net/.
If you want to use Gitcoin Passport, uncomment line 26 in the components/layout/Header.tsx
file.
You can contact me via Element, Telegram, Twitter, Discord, or LinkedIn.