Fernando Otero 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 months ago
..
src 6d18ff73b1 remove solana-program from program/src (#26) 7 months ago
tests 2f189b15e7 CI: Add automated publish job (#34) 7 months ago
Cargo.toml 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 months ago
README.md d4adbd3b4b token: Fix typos for cargo-spellcheck (#7503) 9 months ago
idl.json d4d2abb313 Use Codama v1.0.0 (#8) 1 year ago

README.md

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.