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
Install the template using thirdweb create
npx thirdweb create app --viteTo run this project, you will need to add the following environment variables to your .env file:
CLIENT_ID
To learn how to create a client ID, refer to the client documentation.
Install dependencies
yarnStart development server
yarn devCreate a production build
yarn buildPreview the production build
yarn previewFor help or feedback, please visit our support site
