Nitish-bot 7116bd13f7 Separate deposit from init vault 11 months ago
..
api 7116bd13f7 Separate deposit from init vault 11 months ago
program 7116bd13f7 Separate deposit from init vault 11 months ago
tests 7116bd13f7 Separate deposit from init vault 11 months ago
.gitignore ebb9cbdc2b Complete api and start with program 11 months ago
Cargo.toml ebb9cbdc2b Complete api and start with program 11 months ago
README.md ebb9cbdc2b Complete api and start with program 11 months ago
package.json 7116bd13f7 Separate deposit from init vault 11 months ago
pnpm-lock.yaml ebb9cbdc2b Complete api and start with program 11 months ago
tsconfig.json ecc35669fe Write tests and tsconfig 11 months ago

README.md

Steel

Steel is a ...

API

  • Consts – Program constants.
  • Error – Custom program errors.
  • Event – Custom program events.
  • Instruction – Declared instructions.

Instructions

State

Get started

Compile your program:

steel build

Run unit and integration tests:

steel test