Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 781 Bytes

File metadata and controls

21 lines (15 loc) · 781 Bytes

⚠️ DEPRECATED

This crate has been deprecated and is no longer actively maintained.

Please use spl-token-interface for state and instruction types, and p-token for the program implementation.

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 the SPL Token docs.

Audit

The repository README contains information about program audits.