solana-program-library/token
Jon Cinque 34b57d62fe
docs: Clarify audit status of all programs, no S word (#4046)
2023-02-13 22:05:49 +00:00
..
cli token-2022: Bump program, cli, and client for release (#4039) 2023-02-09 00:27:05 +01:00
client token-2022: Bump program, cli, and client for release (#4039) 2023-02-09 00:27:05 +01:00
js build(deps-dev): bump chai from 4.3.6 to 4.3.7 in /token/js (#4036) 2023-02-08 12:38:37 +01: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: Bump program, cli, and client for release (#4039) 2023-02-09 00:27:05 +01:00
program-2022-test token-2022: Bump program, cli, and client for release (#4039) 2023-02-09 00:27:05 +01: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 twotx: allow git to merge the twotx ci patch 2023-01-05 09:37:50 -08: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.