spl-token-2022 11.0.0

Solana Program Library Token 2022
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Token-2022 program

A token program on the Solana blockchain, usable for fungible and non-fungible tokens.

This program provides an interface and implementation that third parties can
utilize to create and use their tokens.

Full documentation is available at the
[Solana Program Docs](https://www.solana-program.com/docs/token-2022).

## Audit

The [security-audits README](https://github.com/anza-xyz/security-audits?tab=readme-ov-file#token-2022)
contains all program audits.