solana-program-library/token
hanako mumei f8d1503acf token-cli: convert multisig display to UiMultisig 2022-09-14 11:36:40 -07:00
..
cli token-cli: convert multisig display to UiMultisig 2022-09-14 11:36:40 -07:00
client token-2022: Add support for non transferable and immutable ownership in token client (#3582) 2022-09-14 17:37:09 +09:00
js organize imports, lint 2022-09-12 18:39:51 -05:00
program Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
program-2022 confidential-extension: Restrict deposit source and withdraw dest to base accounts (#3540) 2022-09-14 16:22:52 +09:00
program-2022-test token-2022: Add support for non transferable and immutable ownership in token client (#3582) 2022-09-14 17:37:09 +09: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.