solana-program-library/token
Michael Vines f36e973697 Update program id 2022-02-08 11:59:50 -08:00
..
cli Freezing -> Thawing 2022-02-04 09:55:36 -08:00
js shifted dotenv to dev dependancies 2022-02-07 08:57:37 -08:00
program Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
program-2022 Update program id 2022-02-08 11:59:50 -08:00
rust token-2022: Force refresh blockhash on no-op transaction (#2884) 2022-02-07 23:01:33 +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.