Overview
KRNL CLI Overview
Key Features
Installation
npm install -g @krnl-dev/krnl-cliQuick Start
# Initialize a new KRNL project
krnl init --name my-project
# Compile contracts
krnl compile
# Deploy to a network
krnl deploy --network sepoliaKRNL CLI Commands
krnl init – Initialize a project
krnl init – Initialize a projectFlag
Description
Default
krnl compile – Compile contracts
krnl compile – Compile contractsFlag
Description
krnl deploy – Deploy contracts
krnl deploy – Deploy contractsFlag
Description
Default
KRNL CLI: Create Attestor
krnl create-attestor – Generate a verification attestor
krnl create-attestor – Generate a verification attestorLast updated

