Launch your modular L2 in minutes. This guide will walk you through the essential steps.
The NovaLayer Command Line Interface (CLI) is your primary tool for interacting with the NovaLayer network, deploying L2s, and managing validators.
npm install -g @novalayer/cliEnsure you have Node.js (v18+) and npm installed on your system.
Create a new NovaLayer project with a basic configuration. This will set up the necessary files and dependencies.
novalayer init my-first-l2Follow the prompts to select your desired execution environment and data availability layer.
Once your project is initialized, you can deploy your L2 to the NovaLayer testnet.
cd my-first-l2 && novalayer deployThe deployment process may take a few minutes. You will receive an RPC endpoint upon successful deployment.
Congratulations! You've deployed your first NovaLayer L2. Now you can: