solana-program-library/token
dependabot[bot] 68217f399c
build(deps): bump console from 0.15.0 to 0.15.5 (#4210)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 12:49:13 +00:00
..
cli build(deps): bump console from 0.15.0 to 0.15.5 (#4210) 2023-05-09 12:49:13 +00:00
client token-cli: Always use supplied blockhash for nonce txs (#4122) 2023-04-14 20:24:39 +00:00
js build(deps-dev): bump @types/node from 18.11.18 to 20.1.1 in /token/js (#4213) 2023-05-09 11:03:55 +00:00
program build(deps): bump proptest from 1.0.0 to 1.1.0 (#4184) 2023-05-05 20:53:57 +00:00
program-2022 build(deps): bump serde from 1.0.152 to 1.0.162 (#4207) 2023-05-09 10:59:45 +00:00
program-2022-test token-cli: Always use supplied blockhash for nonce txs (#4122) 2023-04-14 20:24:39 +00:00
transfer-hook-example transfer-hook-interface: Add interface defining a hook called during token-2022 transfer (#4147) 2023-05-02 20:21:42 +00:00
transfer-hook-interface build(deps): bump num_enum from 0.5.9 to 0.6.1 (#4156) 2023-05-04 11:31:57 +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 ci: Exclude solana dir during patch to avoid workspace issues (#4125) 2023-04-18 10:00:57 +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.