solana-program-library/token
Jon Cinque b7a3fc6243
token-2022: Fix (rarely) flakey test by changing tx (#3015)
2022-03-19 02:39:31 +01:00
..
cli Bump solana to v1.9.9 (#2902) 2022-02-23 16:20:55 -07:00
client Bump zk token sdk (#3002) 2022-03-11 06:57:32 -05:00
js add getMultipleAccounts for Token (#2990) 2022-03-11 22:11:50 +01:00
program token-2022: Allow anyone to burn/close an Account owned by the system program or the incinerator (#2890) 2022-03-09 19:31:39 -07:00
program-2022 token-2022: Refactor instruction encoding / decoding (#3011) 2022-03-17 18:27:06 +01:00
program-2022-test token-2022: Fix (rarely) flakey test by changing tx (#3015) 2022-03-19 02:39:31 +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 token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00:00
twoxtx-setup.sh Add temporary twoxtx feature for ConfidentialTransfer extension unit testing 2022-02-28 09:34:23 -08:00
twoxtx.patch Update twoxtx patch (#2997) 2022-03-09 12:15:42 -07: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.