solana-program-library/token
samkim-crypto 312e5e190a
token-2022: disable transfer_with_fee instruction constructor (#4084)
2023-03-12 11:20:20 +00:00
..
cli [token-2022, token-cli] Enable Command::Authorize to update transfer fee extension authorities (#4078) 2023-03-10 20:46:02 +00:00
client token-2022: bump program and client for a patch release (#4083) 2023-03-12 07:54:22 +00:00
js build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /token/js (#4043) 2023-02-14 13:02:21 +00:00
program build(deps): bump bytemuck from 1.12.1 to 1.13.0 (#4027) 2023-02-06 20:27:18 +01:00
program-2022 token-2022: disable transfer_with_fee instruction constructor (#4084) 2023-03-12 11:20:20 +00:00
program-2022-test [token-2022] Create proof-program feature (#4040) 2023-03-12 01:22:03 +00:00
zk-token-protocol-paper Add zktoken paper 2022-02-22 12:22:48 -07:00
.gitignore Add temporary twoxtx feature for ConfidentialTransfer extension unit testing 2022-02-28 09:34:23 -08:00
README.md docs: Clarify audit status of all programs, no S word (#4046) 2023-02-13 22:05:49 +00:00
twoxtx-setup.sh Fix twoxtx setup vis-a-vis workspace inheritance (#4063) 2023-02-27 04:31:08 +00:00
twoxtx.patch ci: Update twoxtx patch file (#4018) 2023-02-02 12:47:39 +01:00

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 https://spl.solana.com/token

JavaScript bindings are available in the ./js directory.

Audit

The repository README contains information about program audits.