Wexts 4

Installation

Install Wexts 4 with the published CLI and the verified starter.

Commands and Examples

npx wexts create my-app
cd my-app
pnpm install
pnpm run dev

Current Guidance

  • The default starter is the verified Hello RPC path.
  • Deprecated compatibility scaffolding is available only with `--template legacy`.
  • Run `pnpm run generate`, `pnpm run build`, `pnpm run doctor`, and `pnpm run doctor:security` before deployment.