solana-program-library/token
Tyera Eulberg 821ad120d8
Bump zk-token-sdk and impl Default for confidential-transfer extensions (#2771)
2022-01-21 13:33:41 -07: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 Bump zk-token-sdk and impl Default for confidential-transfer extensions (#2771) 2022-01-21 13:33:41 -07: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.