Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Processing Instructions (Quasar)

Pass arguments into an instruction handler.

See also: Processing Instructions overview and the repository catalog.

Major concepts

  • Instruction data
  • Handler parameters

Setup

From basics/processing-instructions/quasar/:

quasar build

Prerequisites: Quasar CLI and Agave toolchain (see Quasar.toml).

Testing

In-process tests via Quasar SVM (quasar-svm in Quasar.toml):

cargo test

Tests invoke instruction handlers and assert onchain state. No local validator.

Usage

Read src/ and Quasar.toml. Compare with the Anchor variant in the same example where present.