# Steel **Steel** 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 - [`Create-Token`](program/src/create_token.rs) – Create Token ... ## State - [`Token`](api/src/state/token.rs) – Token ... ## Get started Compile your program: ```sh steel build ``` Run unit and integration tests: ```sh steel test ```