What problem does it solve?
This Skill eliminates manual project wiring by assembling the correct 0G SDK versions, TypeScript configuration, .env templates, and boilerplate so developers avoid inconsistent scaffolds and exposed credentials.
Core Features & Use Cases
- SDK-correct scaffolding: Installs ethers v6, @0glabs/0g-ts-sdk, @0glabs/0g-serving-broker, and other tooling based on the chosen stack.
- Environment hygiene: Creates dotenv-managed .env placeholders, ignores sensitive files, and recommends dotenv/config for runtime loading.
- Project templates: Provides storage, compute, and Hardhat TypeScript boilerplates with tsconfig, package scripts, and Git init instructions so teams can launch 0G dApps, storage clients, or compute brokers.
- Use Case: When onboarding a new 0G project, run this Skill to instantly generate the directory, dependencies, TypeScript setup, .env, .gitignore, and sample source files that match the selected architecture.
Quick Start
Scaffold a new 0G dApp project with ethers v6, the 0G SDKs, TypeScript, and env placeholders in one step.