Lux Docs

Deploy a Subnet

Create and deploy a subnet EVM chain

Create

lux subnet create mychain --evm

Follow the prompts to configure gas, fees, and genesis allocations.

Deploy Locally

lux subnet deploy mychain --local

Deploy to Testnet

lux subnet deploy mychain --testnet

Requires funded keys on the P-Chain.

On this page