solana-program-library/token
Jon Cinque 129b35609a
token-2022: Support approve / revoke with extensions (#2870)
2022-02-04 23:07:48 +01:00
..
cli Freezing -> Thawing 2022-02-04 09:55:36 -08:00
js Migrate to @solana/buffer-layout (#2624) 2021-12-09 16:26:14 +01:00
program Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
program-2022 token-2022: Support approve / revoke with extensions (#2870) 2022-02-04 23:07:48 +01:00
rust token-2022: Support approve / revoke with extensions (#2870) 2022-02-04 23:07:48 +01:00
ts alpha version bump 2022-01-22 00:29:56 -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.