The Starter Template is a pre-structured blueprint designed to streamline the creation of new integrations within the TurboETH ecosystem.

Integration

Folder Structure:

integrations/starter
├─ abis/
│  ├─ starter-abi.ts
├─ client/
│  ├─ index.ts
├─ components/
│  ├─ starter-header.tsx
├─ generated/
│  ├─ starter-wagmi.ts
├─ hooks/
│  ├─ use-starter.ts
├─ utils/
│  ├─ types.ts
├─ index.ts
├─ README.md
├─ wagmi.config.ts