Nitish-bot ecc35669fe Write tests and tsconfig 11 달 전
..
api ecc35669fe Write tests and tsconfig 11 달 전
program ebb9cbdc2b Complete api and start with program 11 달 전
tests ecc35669fe Write tests and tsconfig 11 달 전
.gitignore ebb9cbdc2b Complete api and start with program 11 달 전
Cargo.toml ebb9cbdc2b Complete api and start with program 11 달 전
README.md ebb9cbdc2b Complete api and start with program 11 달 전
package.json ebb9cbdc2b Complete api and start with program 11 달 전
pnpm-lock.yaml ebb9cbdc2b Complete api and start with program 11 달 전
tsconfig.json ecc35669fe Write tests and tsconfig 11 달 전

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