← Back to templates
Web3js Boilerplate

web3js-next-tailwind
This is a Next.js app containing:
- Tailwind CSS setup for styling
- Useful wallet UI elements setup using @solana/web3.js
Getting Started
Installation
Download the template
pnpm create solana-dapp@latest -t gh:solana-foundation/templates/web3js/web3js-next-tailwindInstall Dependencies
pnpm installStart the web app
pnpm dev