Starter template to build onchain applications with thirdweb and vite.
- thirdweb & vite pre-installed and configured to reduce setup steps
- ConnectButton to onboard users to your application
To run this project, you will need to add the following environment variables to your .env.template file:
VITE_THIRDWEB_CLIENT_ID: you will provide your clientId, refer to client documentation
Node version requirement v22+
node -vInstall dependencies
npm installcp .env.template .envDon't forget to add your Thirdweb clientId to the .env file
npm run devnpm run buildnpm run preview