Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 737 Bytes

File metadata and controls

33 lines (19 loc) · 737 Bytes

Token Extensions - Permanent Delegate (Quasar)

Permanent delegate retains transfer rights.

See also: the repository catalog.

Major concepts

  • Permanent delegate extension

Setup

From tokens/token-extensions/permanent-delegate/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.