solana-program-library/token
samkim-crypto bf10dfddf4
fix possible panic from short data length (#3751)
2022-10-26 09:36:46 +09:00
..
cli `spl-token` cli - use default config file (#3738) 2022-10-25 14:41:37 -07:00
client Revert "token-2022: implement CpiGuard (#3712)" 2022-10-25 00:46:00 -06:00
js [token-js]: new overload of confirm tx in examples (#3685) 2022-10-25 19:52:33 -04:00
program update solana to 1.14.4 2022-10-12 10:48:23 -07:00
program-2022 fix possible panic from short data length (#3751) 2022-10-26 09:36:46 +09:00
program-2022-test Revert "token-2022: implement CpiGuard (#3712)" 2022-10-25 00:46:00 -06: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 token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00:00
twoxtx-setup.sh ci: Re-enable twotx job (#3553) 2022-08-31 01:41:05 +02:00
twoxtx.patch ci: Update twotx.patch to apply properly (#3748) 2022-10-24 20:58:47 -04: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.