solana-program-library/token
hanako mumei a5a565b56c token-client: move decimals from Token methods to struct 2022-10-07 12:24:36 -07:00
..
cli token-client: move decimals from Token methods to struct 2022-10-07 12:24:36 -07:00
client token-client: move decimals from Token methods to struct 2022-10-07 12:24:36 -07:00
js [token-js] : JS binding for CreateIdempotent instruction (#3558) 2022-10-06 16:56:32 +02:00
program typo 2022-10-04 15:59:29 -07:00
program-2022 typo 2022-10-04 15:59:29 -07:00
program-2022-test token-client: move decimals from Token methods to struct 2022-10-07 12:24:36 -07: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: Re-enable twotx job (#3553) 2022-08-31 01:41:05 +02: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.