solana-program-library/token
Tyera Eulberg 2491b29a1e
Add AuthorityType variant to use for mint close-authority adjustment (#3111)
2022-04-26 07:55:15 -06:00
..
cli added a flag to check if the recipient address is correct (#3085) 2022-04-21 21:53:30 +02:00
client token-2022: Add confidential transfer with fee instruction (#2988) 2022-04-22 14:00:42 -04:00
js InitializeImmutableOwner Instruction (#3068) 2022-04-21 20:43:56 +02:00
program token-2022: Add compatibility test for instructions (#3106) 2022-04-22 23:55:18 +02:00
program-2022 Add AuthorityType variant to use for mint close-authority adjustment (#3111) 2022-04-26 07:55:15 -06:00
program-2022-test Add AuthorityType variant to use for mint close-authority adjustment (#3111) 2022-04-26 07:55:15 -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 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.