Lux Docs

Custom VM

Build and deploy a custom virtual machine

Build

go build -o myvm ./cmd/myvm

Register

lux subnet create mychain --custom --vm-path ./myvm

Deploy

lux subnet deploy mychain --local

On this page