Ayush 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 månader sedan
..
api 30d45c737c add basics/realloc/steel (#241) 9 månader sedan
program 30d45c737c add basics/realloc/steel (#241) 9 månader sedan
.gitignore 30d45c737c add basics/realloc/steel (#241) 9 månader sedan
Cargo.toml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 månader sedan
README.md 30d45c737c add basics/realloc/steel (#241) 9 månader sedan

README.md

Realloc

Realloc 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