# Lever **Lever** is a ... ## API - [`Consts`](api/src/consts.rs) – Program constants. - [`Error`](api/src/error.rs) – Custom program errors. - [`Event`](api/src/event.rs) – Custom program events. - [`Instruction`](api/src/instruction.rs) – Declared instructions. ## Instructions - [`SwitchPower`](program/src/switch_power.rs) – Switch Power ... - [`Initialize`](program/src/initialize.rs) – Initialize ... ## State - [`PowerStatus`](api/src/state/power_status.rs) – Power status ... ## Get started Compile your program: ```sh steel build ``` Run unit and integration tests: ```sh steel test ```