The TurboETH CLI is the fastest way to get started with a new project. It will automatically create a new project directory, install dependencies, and configure your environment.
With the CLI you can select which integrations, networks and providers you want to include in your project.
Copy
# Install the TurboETH CLIpnpm create turbo-eth@latest
For more information on how to use the CLI, see the CLI documentation.
To use the template, you can either boostrap your project using 1-click deployment from Vercel.Why use 1-click deploy? Instant continuous integration (CI) setup.You can also use the GitHub template to create a new repository on GitHub:Go to https://github.com/turbo-eth/template-web3-app and click on the βUse this templateβ button. You can either use the main branch to start a clean template with no integrations, or you can use the integrations branch to start a template with all integrations included.Or clone the repository using the command line: