solana-program-library/token
Jon Cinque 54cb4ad1d8
associated-token-account: Revert to using spl-token-2022 (#2769)
* associated-token-account: Revert to using spl-token-2022

* Clear up no-entrypoint feature for rust client
2022-01-21 19:17:44 +01:00
..
cli associated-token-account: Bump dependent token version to 3.3 (#2766) 2022-01-21 11:01:06 +01:00
js Migrate to @solana/buffer-layout (#2624) 2021-12-09 16:26:14 +01:00
program token: Bump version to 3.3.0 (#2765) 2022-01-21 01:47:02 +01:00
program-2022 token-2022: Zeroize account data on close (#2764) 2022-01-21 02:47:48 +01:00
rust associated-token-account: Revert to using spl-token-2022 (#2769) 2022-01-21 19:17:44 +01:00
ts remove dist tag from package version 2021-12-27 20:09:33 -06:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00: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.