solana-program-library/token
Jon Cinque f9a93e5636 Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
..
cli Freezing -> Thawing 2022-02-04 09:55:36 -08:00
client Rename token/rust to token/client 2022-02-11 21:47:43 -08:00
js Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
js-old move js to js-old 2022-02-15 16:33:36 -06:00
program token: Support both token programs in associated-token-account (#2904) 2022-02-15 14:20:14 +01:00
program-2022 token: Support both token programs in associated-token-account (#2904) 2022-02-15 14:20:14 +01:00
program-2022-test Rename token/rust to token/client 2022-02-11 21:47:43 -08: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.