Your one-stop tool to kickstart your project with TurboETH
The TurboETH Command Line Interface (CLI) is the suggested avenue for initiating your journey with TurboETH. The CLI offers a selection of integrations, providers, and networks to help bootstrap your project quickly and effectively.For a comprehensive understanding of the TurboETH CLI, refer to the TurboETH CLI GitHub repository and the npm package create-turbo-eth.Embark on your TurboETH adventure with the CLI by executing the following command in your terminal:
Subsequently, you will be asked to select the integrations you desire for your project. Each integration is modular and can be independently added or removed as per your requirements.
You have the option to configure your environment variables manually (for detailed instructions, visit here). Alternatively, the CLI also offers an interactive setup for configuring environment variables during project scaffolding. You can skip configuring specific variables by pressing βEnterβ.
Following this, the CLI will ask you to choose your preference for testnet networks. If you press βnβ, only the testnets from the earlier selected production chains will be added. Selecting βyβ will allow you to pick a different set of testnets.
In the end, the CLI will inquire if you want to install the dependencies and initialize a Git repository. By selecting βyβ, the CLI will execute pnpm install and git init for you.