Create token accounts whose owner field cannot be changed after creation.
See also: the repository catalog.
- Immutable owner extension
From this directory (tokens/token-extensions/immutable-owner/anchor/):
pnpm install
anchor buildPrerequisites: Agave CLI (version in Anchor.toml [toolchain]), Anchor, and pnpm.
Tests run in-process with LiteSVM. No local validator.
pnpm testThis runs cargo test as configured in Anchor.toml. Tests call instruction handlers and check onchain state.
Read the program programs/ source and Anchor.toml for deployed program IDs. For deployment, use anchor build && anchor deploy against your target cluster.