spl-token 6.0.0

Solana Program Library Token
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Token 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 https://spl.solana.com/token

## Audit

The repository [README](https://github.com/solana-labs/solana-program-library#audits)
contains information about program audits.