Lithosphere Makalu Workspace
Last updated
Makalu contains the developer-facing workspace used for Lithosphere GitHub developer-preview releases.
The preview release surface is intentionally small:
packages/create-litho-app: official scaffolding CLI
templates/sdk-template: packaged and released as @lithosphere/sdk
contracts/: canonical contract artifacts bundled into GitHub prereleases
The rest of the workspace remains product and infrastructure source for the wider Lithosphere stack.
Node.js 20.x
pnpm 9.x
pnpm install --frozen-lockfile
pnpm build
pnpm testpnpm --filter create-litho-app build
pnpm --filter @lithosphere/sdk build
pnpm --filter @lithosphere/sdk test
pnpm --dir contracts compilepackages/create-litho-app: scaffolds contracts, service, and SDK starter projects
templates/contracts-template: Hardhat + Foundry starter with deploy and verification scripts
templates/sdk-template: TypeScript SDK library template released as the preview SDK package
templates/service-template: Fastify service starter used by the CLI
The workspace does not currently contain a standalone Lithic compiler package.
GitHub prereleases are the supported external distribution channel for this preview. Public npm publishing can follow after the preview hardening phase.
MIT. See ../LICENSE.
Last updated